Html Css Color HEX #337895 Astral

📋 copy color: '#337895'

red 51 ◦ green 120 ◦ blue 149

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

Shades of Astral #337895

Tints of Astral #337895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.5%

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

R = 15.94%
G = 37.5%
B = 46.56%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#337895 (or 0x337895) is known color: Astral. HEX triplet: 33, 78 and 95. RGB value is (51,120,149). Sum of RGB (Red+Green+Blue) = 51+120+149=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #337895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337895 is #CC876A. Grayscale: #666666. Windows color (decimal): -13404011 or 9795635. OLE color: 9795635.

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

Color convert

RGB 51 120 149 -
CMYK 0.66 0.19 0 0.42
HSL 197.76º 0.49% 0.39% -
HSV(B) 197.76º 0.66% 0.58% -
XYZ 13.51 16.31 30.87 -
YUV 102.68 154.14 91.14 -
System Red Green Blue C M Y K H S L
Decimal 51 120 149 0.66 0.19 0 0.42 197.76 0.49 0.39
Hex 33 78 95 42 13 0 2A C6 31 27
Octal 63 170 225 102 23 0 52 306 61 47
Binary 110011 1111000 10010101 1000010 10011 0 101010 11000110 110001 100111

Color Harmonies of #337895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337895

Black with #337895

Text Example


Text Example

White with #337895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337895; }

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

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

background-color css

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

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

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

border-color css

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

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

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