Html Css Color HEX #336685 Astral

📋 copy color: '#336685'

red 51 ◦ green 102 ◦ blue 133

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

Shades of Astral #336685

Tints of Astral #336685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.66%

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

R = 17.83%
G = 35.66%
B = 46.5%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#336685 (or 0x336685) is known color: Astral. HEX triplet: 33, 66 and 85. RGB value is (51,102,133). Sum of RGB (Red+Green+Blue) = 51+102+133=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #336685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336685 is #CC997A. Grayscale: #5A5A5A. Windows color (decimal): -13408635 or 8742451. OLE color: 8742451.

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

Color convert

RGB 51 102 133 -
CMYK 0.62 0.23 0 0.48
HSL 202.68º 0.45% 0.36% -
HSV(B) 202.68º 0.62% 0.52% -
XYZ 10.35 11.9 23.94 -
YUV 90.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 51 102 133 0.62 0.23 0 0.48 202.68 0.45 0.36
Hex 33 66 85 3E 17 0 30 CB 2D 24
Octal 63 146 205 76 27 0 60 313 55 44
Binary 110011 1100110 10000101 111110 10111 0 110000 11001011 101101 100100

Color Harmonies of #336685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336685

Black with #336685

Text Example


Text Example

White with #336685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336685; }

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

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

background-color css

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

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

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

border-color css

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

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

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