Html Css Color HEX #296F87 Astral

📋 copy color: '#296F87'

red 41 ◦ green 111 ◦ blue 135

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

Shades of Astral #296F87

Tints of Astral #296F87

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.68%

 BLUE value IS 135 (53.13% from 255) = 47.04%

R = 14.29%
G = 38.68%
B = 47.04%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#296F87 (or 0x296F87) is known color: Astral. HEX triplet: 29, 6F and 87. RGB value is (41,111,135). Sum of RGB (Red+Green+Blue) = 41+111+135=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #296F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296F87 is #D69078. Grayscale: #5C5C5C. Windows color (decimal): -14061689 or 8875817. OLE color: 8875817.

HSL color Cylindrical-coordinate representation of color #296F87: hue angle of 195.32º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #296F87 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 111 135 -
CMYK 0.70 0.18 0 0.47
HSL 195.32º 0.53% 0.35% -
HSV(B) 195.32º 0.7% 0.53% -
XYZ 10.97 13.59 24.97 -
YUV 92.81 151.81 91.05 -
System Red Green Blue C M Y K H S L
Decimal 41 111 135 0.70 0.18 0 0.47 195.32 0.53 0.35
Hex 29 6F 87 46 12 0 2F C3 35 23
Octal 51 157 207 106 22 0 57 303 65 43
Binary 101001 1101111 10000111 1000110 10010 0 101111 11000011 110101 100011

Color Harmonies of #296F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F87

Black with #296F87

Text Example


Text Example

White with #296F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296F87; }

 p { color: rgb(41,111,135); }

 H1.HeaderClassName
 {
   color: #296F87;
 }
 .AnyTagClassName
 {
   color: #296F87;
 }
</style>

background-color css

<style>
 a { background-color: #296F87; }

 a { background-color: rgb(41,111,135); }

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

border-color css

<style>
 span { border-color: #296F87; }

 span { border-color: rgb(41,111,135); }

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