Html Css Color HEX #337C94 Astral

📋 copy color: '#337C94'

red 51 ◦ green 124 ◦ blue 148

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

Shades of Astral #337C94

Tints of Astral #337C94

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.39%

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

R = 15.79%
G = 38.39%
B = 45.82%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#337C94 (or 0x337C94) is known color: Astral. HEX triplet: 33, 7C and 94. RGB value is (51,124,148). Sum of RGB (Red+Green+Blue) = 51+124+148=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #337C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337C94 is #CC836B. Grayscale: #686868. Windows color (decimal): -13402988 or 9731123. OLE color: 9731123.

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

Color convert

RGB 51 124 148 -
CMYK 0.66 0.16 0 0.42
HSL 194.85º 0.49% 0.39% -
HSV(B) 194.85º 0.66% 0.58% -
XYZ 13.92 17.26 30.61 -
YUV 104.91 152.32 89.55 -
System Red Green Blue C M Y K H S L
Decimal 51 124 148 0.66 0.16 0 0.42 194.85 0.49 0.39
Hex 33 7C 94 42 10 0 2A C3 31 27
Octal 63 174 224 102 20 0 52 303 61 47
Binary 110011 1111100 10010100 1000010 10000 0 101010 11000011 110001 100111

Color Harmonies of #337C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C94

Black with #337C94

Text Example


Text Example

White with #337C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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