Html Css Color HEX #297087 Astral

📋 copy color: '#297087'

red 41 ◦ green 112 ◦ blue 135

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

Shades of Astral #297087

Tints of Astral #297087

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.89%

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

R = 14.24%
G = 38.89%
B = 46.88%

CMYK

 C value IS 0.70

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#297087 (or 0x297087) is known color: Astral. HEX triplet: 29, 70 and 87. RGB value is (41,112,135). Sum of RGB (Red+Green+Blue) = 41+112+135=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #297087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297087 is #D68F78. Grayscale: #5D5D5D. Windows color (decimal): -14061433 or 8876073. OLE color: 8876073.

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

Color convert

RGB 41 112 135 -
CMYK 0.70 0.17 0 0.47
HSL 194.68º 0.53% 0.35% -
HSV(B) 194.68º 0.7% 0.53% -
XYZ 11.08 13.81 25 -
YUV 93.39 151.48 90.63 -
System Red Green Blue C M Y K H S L
Decimal 41 112 135 0.70 0.17 0 0.47 194.68 0.53 0.35
Hex 29 70 87 46 11 0 2F C3 35 23
Octal 51 160 207 106 21 0 57 303 65 43
Binary 101001 1110000 10000111 1000110 10001 0 101111 11000011 110101 100011

Color Harmonies of #297087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297087

Black with #297087

Text Example


Text Example

White with #297087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297087; }

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

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

background-color css

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

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

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

border-color css

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

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

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