Html Css Color HEX #337286 Astral

📋 copy color: '#337286'

red 51 ◦ green 114 ◦ blue 134

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

Shades of Astral #337286

Tints of Astral #337286

RGB

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

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

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

R = 17.06%
G = 38.13%
B = 44.82%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#337286 (or 0x337286) is known color: Astral. HEX triplet: 33, 72 and 86. RGB value is (51,114,134). Sum of RGB (Red+Green+Blue) = 51+114+134=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #337286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337286 is #CC8D79. Grayscale: #616161. Windows color (decimal): -13405562 or 8811059. OLE color: 8811059.

HSL color Cylindrical-coordinate representation of color #337286: hue angle of 194.46º 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 #337286 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 114 134 -
CMYK 0.62 0.15 0 0.47
HSL 194.46º 0.45% 0.36% -
HSV(B) 194.46º 0.62% 0.53% -
XYZ 11.69 14.46 24.73 -
YUV 97.44 148.63 94.87 -
System Red Green Blue C M Y K H S L
Decimal 51 114 134 0.62 0.15 0 0.47 194.46 0.45 0.36
Hex 33 72 86 3E F 0 2F C2 2D 24
Octal 63 162 206 76 17 0 57 302 55 44
Binary 110011 1110010 10000110 111110 1111 0 101111 11000010 101101 100100

Color Harmonies of #337286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337286

Black with #337286

Text Example


Text Example

White with #337286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337286; }

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

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

background-color css

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

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

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

border-color css

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

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

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