#2796BB

Color #2796BB Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2796BB

Tints of Pelorous #2796BB

Color information

#2796BB (or 0x2796BB) is unknown color: approx Pelorous. HEX triplet: 27, 96 and BB. RGB value is (39,150,187). Sum of RGB (Red+Green+Blue) = 39+150+187=376 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.37% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #2796BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2796BB is #D86944. Grayscale: #787878. Windows color (decimal): -14182725 or 12293671. OLE color: 12293671.

HSL color Cylindrical-coordinate representation of color #2796BB: hue angle of 195º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2796BB is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB39150187-
CMYK0.790.2000.27
HSL195º65.49%44.31%-
HSV(B)195º79.14%73.33%-
XYZ20.7125.8350.91-
YUV121.03165.2369.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 10.37%
GREEN value IS 150 (58.98% from 255) = 39.89%
BLUE value IS 187 (73.44% from 255) = 49.73%
R=10.37%
G=39.89%
B=49.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391501870.790.2000.2719565.4944.31
Hex2796BB4F1401Bc3412c
Octal472262731172403330310154
Binary1001111001011010111011100111110100011011110000111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2796BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2796BB; }

 p { color: rgb(39,150,187); }

 H1.HeaderClassName
 {
   color: #2796BB;
 }
 .AnyTagClassName
 {
   color: #2796BB;
 }
</style>
background-color css

<style>
 a { background-color: #2796BB; }

 a { background-color: rgb(39,150,187); }

 div.DivClassName
 {
   background-color: #2796BB;
 }
 .BgClassName
 {
   background-color: #2796BB;
 }
</style>
border-color css

<style>
 span { border-color: #2796BB; }

 span { border-color: rgb(39,150,187); }

 td.TdClassName
 {
   border-color: #2796BB;
 }
 .TagClassName
 {
   border-color: #2796BB;
 }
</style>