Html Css Color HEX #367992 Astral

📋 copy color: '#367992'

red 54 ◦ green 121 ◦ blue 146

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

Shades of Astral #367992

Tints of Astral #367992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.69%

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

R = 16.82%
G = 37.69%
B = 45.48%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#367992 (or 0x367992) is known color: Astral. HEX triplet: 36, 79 and 92. RGB value is (54,121,146). Sum of RGB (Red+Green+Blue) = 54+121+146=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #367992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367992 is #C9866D. Grayscale: #676767. Windows color (decimal): -13207150 or 9599286. OLE color: 9599286.

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

Color convert

RGB 54 121 146 -
CMYK 0.63 0.17 0 0.43
HSL 196.3º 0.46% 0.39% -
HSV(B) 196.3º 0.63% 0.57% -
XYZ 13.55 16.53 29.67 -
YUV 103.82 151.8 92.47 -
System Red Green Blue C M Y K H S L
Decimal 54 121 146 0.63 0.17 0 0.43 196.3 0.46 0.39
Hex 36 79 92 3F 11 0 2B C4 2E 27
Octal 66 171 222 77 21 0 53 304 56 47
Binary 110110 1111001 10010010 111111 10001 0 101011 11000100 101110 100111

Color Harmonies of #367992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367992

Black with #367992

Text Example


Text Example

White with #367992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367992; }

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

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

background-color css

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

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

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

border-color css

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

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

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