Html Css Color HEX #337595 Astral

📋 copy color: '#337595'

red 51 ◦ green 117 ◦ blue 149

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

Shades of Astral #337595

Tints of Astral #337595

RGB

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

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

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

R = 16.09%
G = 36.91%
B = 47%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#337595 (or 0x337595) is known color: Astral. HEX triplet: 33, 75 and 95. RGB value is (51,117,149). Sum of RGB (Red+Green+Blue) = 51+117+149=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #337595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337595 is #CC8A6A. Grayscale: #646464. Windows color (decimal): -13404779 or 9794867. OLE color: 9794867.

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

Color convert

RGB 51 117 149 -
CMYK 0.66 0.21 0 0.42
HSL 199.59º 0.49% 0.39% -
HSV(B) 199.59º 0.66% 0.58% -
XYZ 13.15 15.6 30.75 -
YUV 100.91 155.13 92.4 -
System Red Green Blue C M Y K H S L
Decimal 51 117 149 0.66 0.21 0 0.42 199.59 0.49 0.39
Hex 33 75 95 42 15 0 2A C8 31 27
Octal 63 165 225 102 25 0 52 310 61 47
Binary 110011 1110101 10010101 1000010 10101 0 101010 11001000 110001 100111

Color Harmonies of #337595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337595

Black with #337595

Text Example


Text Example

White with #337595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337595; }

 p { color: rgb(51,117,149); }

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

background-color css

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

 a { background-color: rgb(51,117,149); }

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

border-color css

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

 span { border-color: rgb(51,117,149); }

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