Html Css Color HEX #337482 Astral

📋 copy color: '#337482'

red 51 ◦ green 116 ◦ blue 130

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

Shades of Astral #337482

Tints of Astral #337482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.06%

 BLUE value IS 130 (51.17% from 255) = 43.77%

R = 17.17%
G = 39.06%
B = 43.77%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#337482 (or 0x337482) is known color: Astral. HEX triplet: 33, 74 and 82. RGB value is (51,116,130). Sum of RGB (Red+Green+Blue) = 51+116+130=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #337482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337482 is #CC8B7D. Grayscale: #626262. Windows color (decimal): -13405054 or 8549427. OLE color: 8549427.

HSL color Cylindrical-coordinate representation of color #337482: hue angle of 190.63º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #337482 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 116 130 -
CMYK 0.61 0.11 0 0.49
HSL 190.63º 0.44% 0.35% -
HSV(B) 190.63º 0.61% 0.51% -
XYZ 11.64 14.81 23.36 -
YUV 98.16 145.97 94.36 -
System Red Green Blue C M Y K H S L
Decimal 51 116 130 0.61 0.11 0 0.49 190.63 0.44 0.35
Hex 33 74 82 3D B 0 31 BF 2C 23
Octal 63 164 202 75 13 0 61 277 54 43
Binary 110011 1110100 10000010 111101 1011 0 110001 10111111 101100 100011

Color Harmonies of #337482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337482

Black with #337482

Text Example


Text Example

White with #337482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337482; }

 p { color: rgb(51,116,130); }

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

background-color css

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

 a { background-color: rgb(51,116,130); }

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

border-color css

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

 span { border-color: rgb(51,116,130); }

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