Html Css Color HEX #367090 Astral

📋 copy color: '#367090'

red 54 ◦ green 112 ◦ blue 144

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

Shades of Astral #367090

Tints of Astral #367090

RGB

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

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

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

R = 17.42%
G = 36.13%
B = 46.45%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#367090 (or 0x367090) is known color: Astral. HEX triplet: 36, 70 and 90. RGB value is (54,112,144). Sum of RGB (Red+Green+Blue) = 54+112+144=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #367090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367090 is #C98F6F. Grayscale: #626262. Windows color (decimal): -13209456 or 9465910. OLE color: 9465910.

HSL color Cylindrical-coordinate representation of color #367090: hue angle of 201.33º 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 #367090 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 112 144 -
CMYK 0.63 0.22 0 0.44
HSL 201.33º 0.45% 0.39% -
HSV(B) 201.33º 0.63% 0.56% -
XYZ 12.35 14.39 28.51 -
YUV 98.31 153.78 96.4 -
System Red Green Blue C M Y K H S L
Decimal 54 112 144 0.63 0.22 0 0.44 201.33 0.45 0.39
Hex 36 70 90 3F 16 0 2C C9 2D 27
Octal 66 160 220 77 26 0 54 311 55 47
Binary 110110 1110000 10010000 111111 10110 0 101100 11001001 101101 100111

Color Harmonies of #367090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367090

Black with #367090

Text Example


Text Example

White with #367090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367090; }

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

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

background-color css

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

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

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

border-color css

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

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

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