Html Css Color HEX #337085 Astral

📋 copy color: '#337085'

red 51 ◦ green 112 ◦ blue 133

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

Shades of Astral #337085

Tints of Astral #337085

RGB

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

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

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

R = 17.23%
G = 37.84%
B = 44.93%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#337085 (or 0x337085) is known color: Astral. HEX triplet: 33, 70 and 85. RGB value is (51,112,133). Sum of RGB (Red+Green+Blue) = 51+112+133=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #337085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337085 is #CC8F7A. Grayscale: #606060. Windows color (decimal): -13406075 or 8745011. OLE color: 8745011.

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

Color convert

RGB 51 112 133 -
CMYK 0.62 0.16 0 0.48
HSL 195.37º 0.45% 0.36% -
HSV(B) 195.37º 0.62% 0.52% -
XYZ 11.39 13.99 24.29 -
YUV 96.16 148.79 95.79 -
System Red Green Blue C M Y K H S L
Decimal 51 112 133 0.62 0.16 0 0.48 195.37 0.45 0.36
Hex 33 70 85 3E 10 0 30 C3 2D 24
Octal 63 160 205 76 20 0 60 303 55 44
Binary 110011 1110000 10000101 111110 10000 0 110000 11000011 101101 100100

Color Harmonies of #337085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337085

Black with #337085

Text Example


Text Example

White with #337085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337085; }

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

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

background-color css

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

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

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

border-color css

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

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

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