Html Css Color HEX #337082 Astral

📋 copy color: '#337082'

red 51 ◦ green 112 ◦ blue 130

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

Shades of Astral #337082

Tints of Astral #337082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.23%

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

R = 17.41%
G = 38.23%
B = 44.37%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#337082 (or 0x337082) is known color: Astral. HEX triplet: 33, 70 and 82. RGB value is (51,112,130). Sum of RGB (Red+Green+Blue) = 51+112+130=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #337082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337082 is #CC8F7D. Grayscale: #5F5F5F. Windows color (decimal): -13406078 or 8548403. OLE color: 8548403.

HSL color Cylindrical-coordinate representation of color #337082: hue angle of 193.67º 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 #337082 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 112 130 -
CMYK 0.61 0.14 0 0.49
HSL 193.67º 0.44% 0.35% -
HSV(B) 193.67º 0.61% 0.51% -
XYZ 11.19 13.9 23.21 -
YUV 95.81 147.29 96.04 -
System Red Green Blue C M Y K H S L
Decimal 51 112 130 0.61 0.14 0 0.49 193.67 0.44 0.35
Hex 33 70 82 3D E 0 31 C2 2C 23
Octal 63 160 202 75 16 0 61 302 54 43
Binary 110011 1110000 10000010 111101 1110 0 110001 11000010 101100 100011

Color Harmonies of #337082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337082

Black with #337082

Text Example


Text Example

White with #337082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337082; }

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

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

background-color css

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

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

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

border-color css

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

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

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