Html Css Color HEX #299CB8 Pelorous

📋 copy color: '#299CB8'

red 41 ◦ green 156 ◦ blue 184

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

Shades of Pelorous #299CB8

Tints of Pelorous #299CB8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.94%

 BLUE value IS 184 (72.27% from 255) = 48.29%

R = 10.76%
G = 40.94%
B = 48.29%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#299CB8 (or 0x299CB8) is known color: Pelorous. HEX triplet: 29, 9C and B8. RGB value is (41,156,184). Sum of RGB (Red+Green+Blue) = 41+156+184=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 184 (72.27% from 255 or 48.29% from 381); Max value from RGB is 184 - color contains mainly: blue. Hex color #299CB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299CB8 is #D66347. Grayscale: #7C7C7C. Windows color (decimal): -14050120 or 12098601. OLE color: 12098601.

HSL color Cylindrical-coordinate representation of color #299CB8: hue angle of 191.75º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #299CB8 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 41 156 184 -
CMYK 0.78 0.15 0 0.28
HSL 191.75º 0.64% 0.44% -
HSV(B) 191.75º 0.78% 0.72% -
XYZ 21.45 27.71 49.57 -
YUV 124.81 161.4 68.22 -
System Red Green Blue C M Y K H S L
Decimal 41 156 184 0.78 0.15 0 0.28 191.75 0.64 0.44
Hex 29 9C B8 4E F 0 1C C0 40 2C
Octal 51 234 270 116 17 0 34 300 100 54
Binary 101001 10011100 10111000 1001110 1111 0 11100 11000000 1000000 101100

Color Harmonies of #299CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299CB8

Black with #299CB8

Text Example


Text Example

White with #299CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299CB8; }

 p { color: rgb(41,156,184); }

 H1.HeaderClassName
 {
   color: #299CB8;
 }
 .AnyTagClassName
 {
   color: #299CB8;
 }
</style>

background-color css

<style>
 a { background-color: #299CB8; }

 a { background-color: rgb(41,156,184); }

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

border-color css

<style>
 span { border-color: #299CB8; }

 span { border-color: rgb(41,156,184); }

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