#2997CB

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

Shades of Pelorous #2997CB

Tints of Pelorous #2997CB

Color information

#2997CB (or 0x2997CB) is unknown color: approx Pelorous. HEX triplet: 29, 97 and CB. RGB value is (41,151,203). Sum of RGB (Red+Green+Blue) = 41+151+203=395 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.38% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #2997CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2997CB is #D66834. Grayscale: #7B7B7B. Windows color (decimal): -14051381 or 13342505. OLE color: 13342505.

HSL color Cylindrical-coordinate representation of color #2997CB: hue angle of 199.26º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2997CB is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB41151203-
CMYK0.800.2600.20
HSL199.26º66.39%47.84%-
HSV(B)199.26º79.8%79.61%-
XYZ22.7626.9260.5-
YUV124.04172.5668.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.38%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 203 (79.69% from 255) = 51.39%
R=10.38%
G=38.23%
B=51.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal411512030.800.2600.20199.2666.3947.84
Hex2997CB501A014c74230
Octal512273131203202430710260
Binary1010011001011111001011101000011010010100110001111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2997CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2997CB; }

 p { color: rgb(41,151,203); }

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

<style>
 a { background-color: #2997CB; }

 a { background-color: rgb(41,151,203); }

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

<style>
 span { border-color: #2997CB; }

 span { border-color: rgb(41,151,203); }

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