Html Css Color HEX #336585 Astral

📋 copy color: '#336585'

red 51 ◦ green 101 ◦ blue 133

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

Shades of Astral #336585

Tints of Astral #336585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.44%

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

R = 17.89%
G = 35.44%
B = 46.67%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#336585 (or 0x336585) is known color: Astral. HEX triplet: 33, 65 and 85. RGB value is (51,101,133). Sum of RGB (Red+Green+Blue) = 51+101+133=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #336585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336585 is #CC9A7A. Grayscale: #595959. Windows color (decimal): -13408891 or 8742195. OLE color: 8742195.

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

Color convert

RGB 51 101 133 -
CMYK 0.62 0.24 0 0.48
HSL 203.41º 0.45% 0.36% -
HSV(B) 203.41º 0.62% 0.52% -
XYZ 10.25 11.7 23.91 -
YUV 89.7 152.44 100.4 -
System Red Green Blue C M Y K H S L
Decimal 51 101 133 0.62 0.24 0 0.48 203.41 0.45 0.36
Hex 33 65 85 3E 18 0 30 CB 2D 24
Octal 63 145 205 76 30 0 60 313 55 44
Binary 110011 1100101 10000101 111110 11000 0 110000 11001011 101101 100100

Color Harmonies of #336585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336585

Black with #336585

Text Example


Text Example

White with #336585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336585; }

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

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

background-color css

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

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

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

border-color css

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

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

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