Html Css Color HEX #337694 Astral

📋 copy color: '#337694'

red 51 ◦ green 118 ◦ blue 148

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

Shades of Astral #337694

Tints of Astral #337694

RGB

 RED value IS 51 (20.31% from 255) = 16.09%

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

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

R = 16.09%
G = 37.22%
B = 46.69%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#337694 (or 0x337694) is known color: Astral. HEX triplet: 33, 76 and 94. RGB value is (51,118,148). Sum of RGB (Red+Green+Blue) = 51+118+148=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #337694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337694 is #CC896B. Grayscale: #656565. Windows color (decimal): -13404524 or 9729587. OLE color: 9729587.

HSL color Cylindrical-coordinate representation of color #337694: hue angle of 198.56º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #337694 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 118 148 -
CMYK 0.66 0.20 0 0.42
HSL 198.56º 0.49% 0.39% -
HSV(B) 198.56º 0.66% 0.58% -
XYZ 13.19 15.8 30.37 -
YUV 101.39 154.3 92.06 -
System Red Green Blue C M Y K H S L
Decimal 51 118 148 0.66 0.20 0 0.42 198.56 0.49 0.39
Hex 33 76 94 42 14 0 2A C7 31 27
Octal 63 166 224 102 24 0 52 307 61 47
Binary 110011 1110110 10010100 1000010 10100 0 101010 11000111 110001 100111

Color Harmonies of #337694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337694

Black with #337694

Text Example


Text Example

White with #337694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337694; }

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

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

background-color css

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

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

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

border-color css

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

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

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