Html Css Color HEX #336D85 Astral

📋 copy color: '#336D85'

red 51 ◦ green 109 ◦ blue 133

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

Shades of Astral #336D85

Tints of Astral #336D85

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.2%

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

R = 17.41%
G = 37.2%
B = 45.39%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#336D85 (or 0x336D85) is known color: Astral. HEX triplet: 33, 6D and 85. RGB value is (51,109,133). Sum of RGB (Red+Green+Blue) = 51+109+133=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #336D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336D85 is #CC927A. Grayscale: #5E5E5E. Windows color (decimal): -13406843 or 8744243. OLE color: 8744243.

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

Color convert

RGB 51 109 133 -
CMYK 0.62 0.18 0 0.48
HSL 197.56º 0.45% 0.36% -
HSV(B) 197.56º 0.62% 0.52% -
XYZ 11.07 13.33 24.18 -
YUV 94.39 149.78 97.05 -
System Red Green Blue C M Y K H S L
Decimal 51 109 133 0.62 0.18 0 0.48 197.56 0.45 0.36
Hex 33 6D 85 3E 12 0 30 C6 2D 24
Octal 63 155 205 76 22 0 60 306 55 44
Binary 110011 1101101 10000101 111110 10010 0 110000 11000110 101101 100100

Color Harmonies of #336D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336D85

Black with #336D85

Text Example


Text Example

White with #336D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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