Html Css Color HEX #299BAC Pelorous

📋 copy color: '#299BAC'

red 41 ◦ green 155 ◦ blue 172

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

Shades of Pelorous #299BAC

Tints of Pelorous #299BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.74%

R = 11.14%
G = 42.12%
B = 46.74%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#299BAC (or 0x299BAC) is known color: Pelorous. HEX triplet: 29, 9B and AC. RGB value is (41,155,172). Sum of RGB (Red+Green+Blue) = 41+155+172=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #299BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299BAC is #D66453. Grayscale: #7A7A7A. Windows color (decimal): -14050388 or 11311913. OLE color: 11311913.

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

Color convert

RGB 41 155 172 -
CMYK 0.76 0.10 0 0.33
HSL 187.79º 0.62% 0.42% -
HSV(B) 187.79º 0.76% 0.67% -
XYZ 20.08 26.89 43.16 -
YUV 122.85 155.73 69.62 -
System Red Green Blue C M Y K H S L
Decimal 41 155 172 0.76 0.10 0 0.33 187.79 0.62 0.42
Hex 29 9B AC 4C A 0 21 BC 3E 2A
Octal 51 233 254 114 12 0 41 274 76 52
Binary 101001 10011011 10101100 1001100 1010 0 100001 10111100 111110 101010

Color Harmonies of #299BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299BAC

Black with #299BAC

Text Example


Text Example

White with #299BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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