Html Css Color HEX #2999CB Pelorous

📋 copy color: '#2999CB'

red 41 ◦ green 153 ◦ blue 203

#2999CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #2999CB

Tints of Pelorous #2999CB

RGB

 RED value IS 41 (16.41% from 255) = 10.33%

 GREEN value IS 153 (60.16% from 255) = 38.54%

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 10.33%
G = 38.54%
B = 51.13%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2999CB (or 0x2999CB) is known color: Pelorous. HEX triplet: 29, 99 and CB. RGB value is (41,153,203). Sum of RGB (Red+Green+Blue) = 41+153+203=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #2999CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2999CB is #D66634. Grayscale: #7C7C7C. Windows color (decimal): -14050869 or 13343017. OLE color: 13343017.

HSL color Cylindrical-coordinate representation of color #2999CB: hue angle of 198.52º 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 #2999CB is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 153 203 -
CMYK 0.80 0.25 0 0.20
HSL 198.52º 0.66% 0.48% -
HSV(B) 198.52º 0.8% 0.8% -
XYZ 23.09 27.57 60.6 -
YUV 125.21 171.89 67.93 -
System Red Green Blue C M Y K H S L
Decimal 41 153 203 0.80 0.25 0 0.20 198.52 0.66 0.48
Hex 29 99 CB 50 19 0 14 C7 42 30
Octal 51 231 313 120 31 0 24 307 102 60
Binary 101001 10011001 11001011 1010000 11001 0 10100 11000111 1000010 110000

Color Harmonies of #2999CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2999CB

Black with #2999CB

Text Example


Text Example

White with #2999CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2999CB;
 }
 .AnyTagClassName
 {
   color: #2999CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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