Html Css Color HEX #367695 Astral

📋 copy color: '#367695'

red 54 ◦ green 118 ◦ blue 149

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

Shades of Astral #367695

Tints of Astral #367695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.76%

 BLUE value IS 149 (58.59% from 255) = 46.42%

R = 16.82%
G = 36.76%
B = 46.42%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#367695 (or 0x367695) is known color: Astral. HEX triplet: 36, 76 and 95. RGB value is (54,118,149). Sum of RGB (Red+Green+Blue) = 54+118+149=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #367695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367695 is #C9896A. Grayscale: #666666. Windows color (decimal): -13207915 or 9795126. OLE color: 9795126.

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

Color convert

RGB 54 118 149 -
CMYK 0.64 0.21 0 0.42
HSL 199.58º 0.47% 0.4% -
HSV(B) 199.58º 0.64% 0.58% -
XYZ 13.42 15.91 30.8 -
YUV 102.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 54 118 149 0.64 0.21 0 0.42 199.58 0.47 0.4
Hex 36 76 95 40 15 0 2A C8 2F 28
Octal 66 166 225 100 25 0 52 310 57 50
Binary 110110 1110110 10010101 1000000 10101 0 101010 11001000 101111 101000

Color Harmonies of #367695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367695

Black with #367695

Text Example


Text Example

White with #367695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367695; }

 p { color: rgb(54,118,149); }

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

background-color css

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

 a { background-color: rgb(54,118,149); }

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

border-color css

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

 span { border-color: rgb(54,118,149); }

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