Html Css Color HEX #337294 Astral

📋 copy color: '#337294'

red 51 ◦ green 114 ◦ blue 148

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

Shades of Astral #337294

Tints of Astral #337294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

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

R = 16.29%
G = 36.42%
B = 47.28%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#337294 (or 0x337294) is known color: Astral. HEX triplet: 33, 72 and 94. RGB value is (51,114,148). Sum of RGB (Red+Green+Blue) = 51+114+148=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #337294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337294 is #CC8D6B. Grayscale: #626262. Windows color (decimal): -13405548 or 9728563. OLE color: 9728563.

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

Color convert

RGB 51 114 148 -
CMYK 0.66 0.23 0 0.42
HSL 201.03º 0.49% 0.39% -
HSV(B) 201.03º 0.66% 0.58% -
XYZ 12.73 14.88 30.22 -
YUV 99.04 155.63 93.74 -
System Red Green Blue C M Y K H S L
Decimal 51 114 148 0.66 0.23 0 0.42 201.03 0.49 0.39
Hex 33 72 94 42 17 0 2A C9 31 27
Octal 63 162 224 102 27 0 52 311 61 47
Binary 110011 1110010 10010100 1000010 10111 0 101010 11001001 110001 100111

Color Harmonies of #337294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337294

Black with #337294

Text Example


Text Example

White with #337294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337294; }

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

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

background-color css

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

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

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

border-color css

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

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

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