Html Css Color HEX #336681 Astral

📋 copy color: '#336681'

red 51 ◦ green 102 ◦ blue 129

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

Shades of Astral #336681

Tints of Astral #336681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.74%

R = 18.09%
G = 36.17%
B = 45.74%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#336681 (or 0x336681) is known color: Astral. HEX triplet: 33, 66 and 81. RGB value is (51,102,129). Sum of RGB (Red+Green+Blue) = 51+102+129=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 129 - color contains mainly: blue. Hex color #336681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336681 is #CC997E. Grayscale: #595959. Windows color (decimal): -13408639 or 8480307. OLE color: 8480307.

HSL color Cylindrical-coordinate representation of color #336681: hue angle of 200.77º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #336681 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 102 129 -
CMYK 0.60 0.21 0 0.49
HSL 200.77º 0.43% 0.35% -
HSV(B) 200.77º 0.6% 0.51% -
XYZ 10.08 11.79 22.51 -
YUV 89.83 150.1 100.3 -
System Red Green Blue C M Y K H S L
Decimal 51 102 129 0.60 0.21 0 0.49 200.77 0.43 0.35
Hex 33 66 81 3C 15 0 31 C9 2B 23
Octal 63 146 201 74 25 0 61 311 53 43
Binary 110011 1100110 10000001 111100 10101 0 110001 11001001 101011 100011

Color Harmonies of #336681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336681

Black with #336681

Text Example


Text Example

White with #336681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336681; }

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

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

background-color css

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

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

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

border-color css

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

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

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