Html Css Color HEX #337986 Astral

📋 copy color: '#337986'

red 51 ◦ green 121 ◦ blue 134

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

Shades of Astral #337986

Tints of Astral #337986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.54%

 BLUE value IS 134 (52.73% from 255) = 43.79%

R = 16.67%
G = 39.54%
B = 43.79%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#337986 (or 0x337986) is known color: Astral. HEX triplet: 33, 79 and 86. RGB value is (51,121,134). Sum of RGB (Red+Green+Blue) = 51+121+134=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #337986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337986 is #CC8679. Grayscale: #656565. Windows color (decimal): -13403770 or 8812851. OLE color: 8812851.

HSL color Cylindrical-coordinate representation of color #337986: hue angle of 189.4º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #337986 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 121 134 -
CMYK 0.62 0.10 0 0.47
HSL 189.4º 0.45% 0.36% -
HSV(B) 189.4º 0.62% 0.53% -
XYZ 12.51 16.1 25 -
YUV 101.55 146.31 91.94 -
System Red Green Blue C M Y K H S L
Decimal 51 121 134 0.62 0.10 0 0.47 189.4 0.45 0.36
Hex 33 79 86 3E A 0 2F BD 2D 24
Octal 63 171 206 76 12 0 57 275 55 44
Binary 110011 1111001 10000110 111110 1010 0 101111 10111101 101101 100100

Color Harmonies of #337986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337986

Black with #337986

Text Example


Text Example

White with #337986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337986; }

 p { color: rgb(51,121,134); }

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

background-color css

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

 a { background-color: rgb(51,121,134); }

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

border-color css

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

 span { border-color: rgb(51,121,134); }

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