Html Css Color HEX #299BB7 Pelorous

📋 copy color: '#299BB7'

red 41 ◦ green 155 ◦ blue 183

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

Shades of Pelorous #299BB7

Tints of Pelorous #299BB7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.9%

 BLUE value IS 183 (71.88% from 255) = 48.28%

R = 10.82%
G = 40.9%
B = 48.28%

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

#299BB7 (or 0x299BB7) is known color: Pelorous. HEX triplet: 29, 9B and B7. RGB value is (41,155,183). Sum of RGB (Red+Green+Blue) = 41+155+183=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #299BB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299BB7 is #D66448. Grayscale: #7B7B7B. Windows color (decimal): -14050377 or 12032809. OLE color: 12032809.

HSL color Cylindrical-coordinate representation of color #299BB7: hue angle of 191.83º degrees, saturation: 0.63, 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 #299BB7 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 41 155 183 -
CMYK 0.78 0.15 0 0.28
HSL 191.83º 0.63% 0.44% -
HSV(B) 191.83º 0.78% 0.72% -
XYZ 21.18 27.33 48.96 -
YUV 124.11 161.23 68.72 -
System Red Green Blue C M Y K H S L
Decimal 41 155 183 0.78 0.15 0 0.28 191.83 0.63 0.44
Hex 29 9B B7 4E F 0 1C C0 3F 2C
Octal 51 233 267 116 17 0 34 300 77 54
Binary 101001 10011011 10110111 1001110 1111 0 11100 11000000 111111 101100

Color Harmonies of #299BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299BB7

Black with #299BB7

Text Example


Text Example

White with #299BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,155,183); }

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

background-color css

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

 a { background-color: rgb(41,155,183); }

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

border-color css

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

 span { border-color: rgb(41,155,183); }

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