Html Css Color HEX #337084 Astral

📋 copy color: '#337084'

red 51 ◦ green 112 ◦ blue 132

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

Shades of Astral #337084

Tints of Astral #337084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.75%

R = 17.29%
G = 37.97%
B = 44.75%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#337084 (or 0x337084) is known color: Astral. HEX triplet: 33, 70 and 84. RGB value is (51,112,132). Sum of RGB (Red+Green+Blue) = 51+112+132=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #337084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337084 is #CC8F7B. Grayscale: #5F5F5F. Windows color (decimal): -13406076 or 8679475. OLE color: 8679475.

HSL color Cylindrical-coordinate representation of color #337084: hue angle of 194.81º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #337084 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 112 132 -
CMYK 0.61 0.15 0 0.48
HSL 194.81º 0.44% 0.36% -
HSV(B) 194.81º 0.61% 0.52% -
XYZ 11.32 13.96 23.93 -
YUV 96.04 148.29 95.87 -
System Red Green Blue C M Y K H S L
Decimal 51 112 132 0.61 0.15 0 0.48 194.81 0.44 0.36
Hex 33 70 84 3D F 0 30 C3 2C 24
Octal 63 160 204 75 17 0 60 303 54 44
Binary 110011 1110000 10000100 111101 1111 0 110000 11000011 101100 100100

Color Harmonies of #337084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337084

Black with #337084

Text Example


Text Example

White with #337084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337084; }

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

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

background-color css

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

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

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

border-color css

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

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

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