Html Css Color HEX #367287 Astral

📋 copy color: '#367287'

red 54 ◦ green 114 ◦ blue 135

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

Shades of Astral #367287

Tints of Astral #367287

RGB

 RED value IS 54 (21.48% from 255) = 17.82%

 GREEN value IS 114 (44.92% from 255) = 37.62%

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

R = 17.82%
G = 37.62%
B = 44.55%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#367287 (or 0x367287) is known color: Astral. HEX triplet: 36, 72 and 87. RGB value is (54,114,135). Sum of RGB (Red+Green+Blue) = 54+114+135=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #367287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367287 is #C98D78. Grayscale: #626262. Windows color (decimal): -13208953 or 8876598. OLE color: 8876598.

HSL color Cylindrical-coordinate representation of color #367287: hue angle of 195.56º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #367287 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 114 135 -
CMYK 0.60 0.16 0 0.47
HSL 195.56º 0.43% 0.37% -
HSV(B) 195.56º 0.6% 0.53% -
XYZ 11.91 14.57 25.11 -
YUV 98.45 148.62 96.29 -
System Red Green Blue C M Y K H S L
Decimal 54 114 135 0.60 0.16 0 0.47 195.56 0.43 0.37
Hex 36 72 87 3C 10 0 2F C4 2B 25
Octal 66 162 207 74 20 0 57 304 53 45
Binary 110110 1110010 10000111 111100 10000 0 101111 11000100 101011 100101

Color Harmonies of #367287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367287

Black with #367287

Text Example


Text Example

White with #367287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367287; }

 p { color: rgb(54,114,135); }

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

background-color css

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

 a { background-color: rgb(54,114,135); }

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

border-color css

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

 span { border-color: rgb(54,114,135); }

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