Html Css Color HEX #337285 Astral

📋 copy color: '#337285'

red 51 ◦ green 114 ◦ blue 133

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

Shades of Astral #337285

Tints of Astral #337285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.63%

R = 17.11%
G = 38.26%
B = 44.63%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#337285 (or 0x337285) is known color: Astral. HEX triplet: 33, 72 and 85. RGB value is (51,114,133). Sum of RGB (Red+Green+Blue) = 51+114+133=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #337285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337285 is #CC8D7A. Grayscale: #616161. Windows color (decimal): -13405563 or 8745523. OLE color: 8745523.

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

Color convert

RGB 51 114 133 -
CMYK 0.62 0.14 0 0.48
HSL 193.9º 0.45% 0.36% -
HSV(B) 193.9º 0.62% 0.52% -
XYZ 11.62 14.43 24.36 -
YUV 97.33 148.13 94.96 -
System Red Green Blue C M Y K H S L
Decimal 51 114 133 0.62 0.14 0 0.48 193.9 0.45 0.36
Hex 33 72 85 3E E 0 30 C2 2D 24
Octal 63 162 205 76 16 0 60 302 55 44
Binary 110011 1110010 10000101 111110 1110 0 110000 11000010 101101 100100

Color Harmonies of #337285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337285

Black with #337285

Text Example


Text Example

White with #337285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337285; }

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

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

background-color css

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

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

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

border-color css

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

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

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