Html Css Color HEX #336582 Astral

📋 copy color: '#336582'

red 51 ◦ green 101 ◦ blue 130

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

Shades of Astral #336582

Tints of Astral #336582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.1%

R = 18.09%
G = 35.82%
B = 46.1%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#336582 (or 0x336582) is known color: Astral. HEX triplet: 33, 65 and 82. RGB value is (51,101,130). Sum of RGB (Red+Green+Blue) = 51+101+130=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #336582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336582 is #CC9A7D. Grayscale: #595959. Windows color (decimal): -13408894 or 8545587. OLE color: 8545587.

HSL color Cylindrical-coordinate representation of color #336582: hue angle of 202.03º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #336582 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 101 130 -
CMYK 0.61 0.22 0 0.49
HSL 202.03º 0.44% 0.35% -
HSV(B) 202.03º 0.61% 0.51% -
XYZ 10.05 11.62 22.83 -
YUV 89.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 51 101 130 0.61 0.22 0 0.49 202.03 0.44 0.35
Hex 33 65 82 3D 16 0 31 CA 2C 23
Octal 63 145 202 75 26 0 61 312 54 43
Binary 110011 1100101 10000010 111101 10110 0 110001 11001010 101100 100011

Color Harmonies of #336582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336582

Black with #336582

Text Example


Text Example

White with #336582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336582; }

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

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

background-color css

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

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

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

border-color css

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

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

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