Html Css Color HEX #367192 Astral

📋 copy color: '#367192'

red 54 ◦ green 113 ◦ blue 146

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

Shades of Astral #367192

Tints of Astral #367192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.1%

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

R = 17.25%
G = 36.1%
B = 46.65%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#367192 (or 0x367192) is known color: Astral. HEX triplet: 36, 71 and 92. RGB value is (54,113,146). Sum of RGB (Red+Green+Blue) = 54+113+146=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #367192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367192 is #C98E6D. Grayscale: #626262. Windows color (decimal): -13209198 or 9597238. OLE color: 9597238.

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

Color convert

RGB 54 113 146 -
CMYK 0.63 0.23 0 0.43
HSL 201.52º 0.46% 0.39% -
HSV(B) 201.52º 0.63% 0.57% -
XYZ 12.61 14.67 29.36 -
YUV 99.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 54 113 146 0.63 0.23 0 0.43 201.52 0.46 0.39
Hex 36 71 92 3F 17 0 2B CA 2E 27
Octal 66 161 222 77 27 0 53 312 56 47
Binary 110110 1110001 10010010 111111 10111 0 101011 11001010 101110 100111

Color Harmonies of #367192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367192

Black with #367192

Text Example


Text Example

White with #367192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367192; }

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

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

background-color css

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

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

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

border-color css

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

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

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