Html Css Color HEX #299BAE Pelorous

📋 copy color: '#299BAE'

red 41 ◦ green 155 ◦ blue 174

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

Shades of Pelorous #299BAE

Tints of Pelorous #299BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.03%

R = 11.08%
G = 41.89%
B = 47.03%

CMYK

 C value IS 0.76

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#299BAE (or 0x299BAE) is known color: Pelorous. HEX triplet: 29, 9B and AE. RGB value is (41,155,174). Sum of RGB (Red+Green+Blue) = 41+155+174=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #299BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299BAE is #D66451. Grayscale: #7A7A7A. Windows color (decimal): -14050386 or 11442985. OLE color: 11442985.

HSL color Cylindrical-coordinate representation of color #299BAE: hue angle of 188.57º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #299BAE is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 155 174 -
CMYK 0.76 0.11 0 0.32
HSL 188.57º 0.62% 0.42% -
HSV(B) 188.57º 0.76% 0.68% -
XYZ 20.28 26.97 44.18 -
YUV 123.08 156.73 69.46 -
System Red Green Blue C M Y K H S L
Decimal 41 155 174 0.76 0.11 0 0.32 188.57 0.62 0.42
Hex 29 9B AE 4C B 0 20 BD 3E 2A
Octal 51 233 256 114 13 0 40 275 76 52
Binary 101001 10011011 10101110 1001100 1011 0 100000 10111101 111110 101010

Color Harmonies of #299BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299BAE

Black with #299BAE

Text Example


Text Example

White with #299BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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