Html Css Color HEX #299ABA Pelorous

📋 copy color: '#299ABA'

red 41 ◦ green 154 ◦ blue 186

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

Shades of Pelorous #299ABA

Tints of Pelorous #299ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 10.76%
G = 40.42%
B = 48.82%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#299ABA (or 0x299ABA) is known color: Pelorous. HEX triplet: 29, 9A and BA. RGB value is (41,154,186). Sum of RGB (Red+Green+Blue) = 41+154+186=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #299ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299ABA is #D66545. Grayscale: #7B7B7B. Windows color (decimal): -14050630 or 12229161. OLE color: 12229161.

HSL color Cylindrical-coordinate representation of color #299ABA: hue angle of 193.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #299ABA is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 154 186 -
CMYK 0.78 0.17 0 0.27
HSL 193.24º 0.64% 0.45% -
HSV(B) 193.24º 0.78% 0.73% -
XYZ 21.33 27.13 50.57 -
YUV 123.86 163.06 68.9 -
System Red Green Blue C M Y K H S L
Decimal 41 154 186 0.78 0.17 0 0.27 193.24 0.64 0.45
Hex 29 9A BA 4E 11 0 1B C1 40 2D
Octal 51 232 272 116 21 0 33 301 100 55
Binary 101001 10011010 10111010 1001110 10001 0 11011 11000001 1000000 101101

Color Harmonies of #299ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299ABA

Black with #299ABA

Text Example


Text Example

White with #299ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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