Html Css Color HEX #296C87 Astral

📋 copy color: '#296C87'

red 41 ◦ green 108 ◦ blue 135

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

Shades of Astral #296C87

Tints of Astral #296C87

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.03%

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

R = 14.44%
G = 38.03%
B = 47.54%

CMYK

 C value IS 0.70

 M value IS 0.2

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#296C87 (or 0x296C87) is known color: Astral. HEX triplet: 29, 6C and 87. RGB value is (41,108,135). Sum of RGB (Red+Green+Blue) = 41+108+135=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #296C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296C87 is #D69378. Grayscale: #5A5A5A. Windows color (decimal): -14062457 or 8875049. OLE color: 8875049.

HSL color Cylindrical-coordinate representation of color #296C87: hue angle of 197.23º 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 #296C87 is Cyan = 0.70, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 108 135 -
CMYK 0.70 0.2 0 0.47
HSL 197.23º 0.53% 0.35% -
HSV(B) 197.23º 0.7% 0.53% -
XYZ 10.65 12.95 24.86 -
YUV 91.05 152.8 92.3 -
System Red Green Blue C M Y K H S L
Decimal 41 108 135 0.70 0.2 0 0.47 197.23 0.53 0.35
Hex 29 6C 87 46 14 0 2F C5 35 23
Octal 51 154 207 106 24 0 57 305 65 43
Binary 101001 1101100 10000111 1000110 10100 0 101111 11000101 110101 100011

Color Harmonies of #296C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296C87

Black with #296C87

Text Example


Text Example

White with #296C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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