Html Css Color HEX #367694 Astral

📋 copy color: '#367694'

red 54 ◦ green 118 ◦ blue 148

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

Shades of Astral #367694

Tints of Astral #367694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.25%

R = 16.88%
G = 36.88%
B = 46.25%

CMYK

 C value IS 0.64

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#367694 (or 0x367694) is known color: Astral. HEX triplet: 36, 76 and 94. RGB value is (54,118,148). Sum of RGB (Red+Green+Blue) = 54+118+148=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #367694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367694 is #C9896B. Grayscale: #666666. Windows color (decimal): -13207916 or 9729590. OLE color: 9729590.

HSL color Cylindrical-coordinate representation of color #367694: hue angle of 199.15º 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 #367694 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 118 148 -
CMYK 0.64 0.20 0 0.42
HSL 199.15º 0.47% 0.4% -
HSV(B) 199.15º 0.64% 0.58% -
XYZ 13.35 15.88 30.38 -
YUV 102.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 54 118 148 0.64 0.20 0 0.42 199.15 0.47 0.4
Hex 36 76 94 40 14 0 2A C7 2F 28
Octal 66 166 224 100 24 0 52 307 57 50
Binary 110110 1110110 10010100 1000000 10100 0 101010 11000111 101111 101000

Color Harmonies of #367694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367694

Black with #367694

Text Example


Text Example

White with #367694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367694; }

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

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

background-color css

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

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

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

border-color css

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

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

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