Html Css Color HEX #367890 Astral

📋 copy color: '#367890'

red 54 ◦ green 120 ◦ blue 144

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

Shades of Astral #367890

Tints of Astral #367890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.74%

 BLUE value IS 144 (56.64% from 255) = 45.28%

R = 16.98%
G = 37.74%
B = 45.28%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#367890 (or 0x367890) is known color: Astral. HEX triplet: 36, 78 and 90. RGB value is (54,120,144). Sum of RGB (Red+Green+Blue) = 54+120+144=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #367890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367890 is #C9876F. Grayscale: #666666. Windows color (decimal): -13207408 or 9467958. OLE color: 9467958.

HSL color Cylindrical-coordinate representation of color #367890: hue angle of 196º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #367890 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 120 144 -
CMYK 0.63 0.17 0 0.44
HSL 196º 0.45% 0.39% -
HSV(B) 196º 0.63% 0.56% -
XYZ 13.27 16.23 28.82 -
YUV 103 151.13 93.05 -
System Red Green Blue C M Y K H S L
Decimal 54 120 144 0.63 0.17 0 0.44 196 0.45 0.39
Hex 36 78 90 3F 11 0 2C C4 2D 27
Octal 66 170 220 77 21 0 54 304 55 47
Binary 110110 1111000 10010000 111111 10001 0 101100 11000100 101101 100111

Color Harmonies of #367890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367890

Black with #367890

Text Example


Text Example

White with #367890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367890; }

 p { color: rgb(54,120,144); }

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

background-color css

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

 a { background-color: rgb(54,120,144); }

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

border-color css

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

 span { border-color: rgb(54,120,144); }

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