Html Css Color HEX #367596 Astral

📋 copy color: '#367596'

red 54 ◦ green 117 ◦ blue 150

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

Shades of Astral #367596

Tints of Astral #367596

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.45%

 BLUE value IS 150 (58.98% from 255) = 46.73%

R = 16.82%
G = 36.45%
B = 46.73%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#367596 (or 0x367596) is known color: Astral. HEX triplet: 36, 75 and 96. RGB value is (54,117,150). Sum of RGB (Red+Green+Blue) = 54+117+150=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #367596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367596 is #C98A69. Grayscale: #656565. Windows color (decimal): -13208170 or 9860406. OLE color: 9860406.

HSL color Cylindrical-coordinate representation of color #367596: hue angle of 200.62º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #367596 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 117 150 -
CMYK 0.64 0.22 0 0.41
HSL 200.63º 0.47% 0.4% -
HSV(B) 200.63º 0.64% 0.59% -
XYZ 13.39 15.71 31.18 -
YUV 101.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 54 117 150 0.64 0.22 0 0.41 200.63 0.47 0.4
Hex 36 75 96 40 16 0 29 C9 2F 28
Octal 66 165 226 100 26 0 51 311 57 50
Binary 110110 1110101 10010110 1000000 10110 0 101001 11001001 101111 101000

Color Harmonies of #367596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367596

Black with #367596

Text Example


Text Example

White with #367596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367596; }

 p { color: rgb(54,117,150); }

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

background-color css

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

 a { background-color: rgb(54,117,150); }

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

border-color css

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

 span { border-color: rgb(54,117,150); }

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