Html Css Color HEX #299AB7 Pelorous

📋 copy color: '#299AB7'

red 41 ◦ green 154 ◦ blue 183

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

Shades of Pelorous #299AB7

Tints of Pelorous #299AB7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.74%

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

R = 10.85%
G = 40.74%
B = 48.41%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#299AB7 (or 0x299AB7) is known color: Pelorous. HEX triplet: 29, 9A and B7. RGB value is (41,154,183). Sum of RGB (Red+Green+Blue) = 41+154+183=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 183 (71.88% from 255 or 48.41% from 378); Max value from RGB is 183 - color contains mainly: blue. Hex color #299AB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299AB7 is #D66548. Grayscale: #7B7B7B. Windows color (decimal): -14050633 or 12032553. OLE color: 12032553.

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

Color convert

RGB 41 154 183 -
CMYK 0.78 0.16 0 0.28
HSL 192.25º 0.63% 0.44% -
HSV(B) 192.25º 0.78% 0.72% -
XYZ 21.02 27 48.9 -
YUV 123.52 161.56 69.14 -
System Red Green Blue C M Y K H S L
Decimal 41 154 183 0.78 0.16 0 0.28 192.25 0.63 0.44
Hex 29 9A B7 4E 10 0 1C C0 3F 2C
Octal 51 232 267 116 20 0 34 300 77 54
Binary 101001 10011010 10110111 1001110 10000 0 11100 11000000 111111 101100

Color Harmonies of #299AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299AB7

Black with #299AB7

Text Example


Text Example

White with #299AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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