Html Css Color HEX #367696 Astral

📋 copy color: '#367696'

red 54 ◦ green 118 ◦ blue 150

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

Shades of Astral #367696

Tints of Astral #367696

RGB

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

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

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

R = 16.77%
G = 36.65%
B = 46.58%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#367696 (or 0x367696) is known color: Astral. HEX triplet: 36, 76 and 96. RGB value is (54,118,150). Sum of RGB (Red+Green+Blue) = 54+118+150=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #367696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367696 is #C98969. Grayscale: #666666. Windows color (decimal): -13207914 or 9860662. OLE color: 9860662.

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

Color convert

RGB 54 118 150 -
CMYK 0.64 0.21 0 0.41
HSL 200º 0.47% 0.4% -
HSV(B) 200º 0.64% 0.59% -
XYZ 13.5 15.94 31.22 -
YUV 102.51 154.8 93.4 -
System Red Green Blue C M Y K H S L
Decimal 54 118 150 0.64 0.21 0 0.41 200 0.47 0.4
Hex 36 76 96 40 15 0 29 C8 2F 28
Octal 66 166 226 100 25 0 51 310 57 50
Binary 110110 1110110 10010110 1000000 10101 0 101001 11001000 101111 101000

Color Harmonies of #367696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367696

Black with #367696

Text Example


Text Example

White with #367696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367696; }

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

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

background-color css

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

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

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

border-color css

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

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

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