Html Css Color HEX #367792 Astral

📋 copy color: '#367792'

red 54 ◦ green 119 ◦ blue 146

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

Shades of Astral #367792

Tints of Astral #367792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.3%

 BLUE value IS 146 (57.42% from 255) = 45.77%

R = 16.93%
G = 37.3%
B = 45.77%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#367792 (or 0x367792) is known color: Astral. HEX triplet: 36, 77 and 92. RGB value is (54,119,146). Sum of RGB (Red+Green+Blue) = 54+119+146=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #367792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367792 is #C9886D. Grayscale: #666666. Windows color (decimal): -13207662 or 9598774. OLE color: 9598774.

HSL color Cylindrical-coordinate representation of color #367792: hue angle of 197.61º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #367792 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 119 146 -
CMYK 0.63 0.18 0 0.43
HSL 197.61º 0.46% 0.39% -
HSV(B) 197.61º 0.63% 0.57% -
XYZ 13.31 16.05 29.59 -
YUV 102.64 152.47 93.3 -
System Red Green Blue C M Y K H S L
Decimal 54 119 146 0.63 0.18 0 0.43 197.61 0.46 0.39
Hex 36 77 92 3F 12 0 2B C6 2E 27
Octal 66 167 222 77 22 0 53 306 56 47
Binary 110110 1110111 10010010 111111 10010 0 101011 11000110 101110 100111

Color Harmonies of #367792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367792

Black with #367792

Text Example


Text Example

White with #367792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367792; }

 p { color: rgb(54,119,146); }

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

background-color css

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

 a { background-color: rgb(54,119,146); }

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

border-color css

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

 span { border-color: rgb(54,119,146); }

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