Html Css Color HEX #336882 Astral

📋 copy color: '#336882'

red 51 ◦ green 104 ◦ blue 130

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

Shades of Astral #336882

Tints of Astral #336882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.49%

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

R = 17.89%
G = 36.49%
B = 45.61%

CMYK

 C value IS 0.61

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#336882 (or 0x336882) is known color: Astral. HEX triplet: 33, 68 and 82. RGB value is (51,104,130). Sum of RGB (Red+Green+Blue) = 51+104+130=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #336882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336882 is #CC977D. Grayscale: #5A5A5A. Windows color (decimal): -13408126 or 8546355. OLE color: 8546355.

HSL color Cylindrical-coordinate representation of color #336882: hue angle of 199.75º 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 #336882 is Cyan = 0.61, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 104 130 -
CMYK 0.61 0.2 0 0.49
HSL 199.75º 0.44% 0.35% -
HSV(B) 199.75º 0.61% 0.51% -
XYZ 10.34 12.22 22.93 -
YUV 91.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 51 104 130 0.61 0.2 0 0.49 199.75 0.44 0.35
Hex 33 68 82 3D 14 0 31 C8 2C 23
Octal 63 150 202 75 24 0 61 310 54 43
Binary 110011 1101000 10000010 111101 10100 0 110001 11001000 101100 100011

Color Harmonies of #336882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336882

Black with #336882

Text Example


Text Example

White with #336882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336882; }

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

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

background-color css

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

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

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

border-color css

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

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

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