Html Css Color HEX #367084 Astral

📋 copy color: '#367084'

red 54 ◦ green 112 ◦ blue 132

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

Shades of Astral #367084

Tints of Astral #367084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.3%

R = 18.12%
G = 37.58%
B = 44.3%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#367084 (or 0x367084) is known color: Astral. HEX triplet: 36, 70 and 84. RGB value is (54,112,132). Sum of RGB (Red+Green+Blue) = 54+112+132=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #367084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367084 is #C98F7B. Grayscale: #606060. Windows color (decimal): -13209468 or 8679478. OLE color: 8679478.

HSL color Cylindrical-coordinate representation of color #367084: hue angle of 195.38º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #367084 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 112 132 -
CMYK 0.59 0.15 0 0.48
HSL 195.38º 0.42% 0.36% -
HSV(B) 195.38º 0.59% 0.52% -
XYZ 11.48 14.04 23.93 -
YUV 96.94 147.78 97.37 -
System Red Green Blue C M Y K H S L
Decimal 54 112 132 0.59 0.15 0 0.48 195.38 0.42 0.36
Hex 36 70 84 3B F 0 30 C3 2A 24
Octal 66 160 204 73 17 0 60 303 52 44
Binary 110110 1110000 10000100 111011 1111 0 110000 11000011 101010 100100

Color Harmonies of #367084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367084

Black with #367084

Text Example


Text Example

White with #367084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367084; }

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

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

background-color css

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

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

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

border-color css

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

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

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