Html Css Color HEX #336990 Astral

📋 copy color: '#336990'

red 51 ◦ green 105 ◦ blue 144

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

Shades of Astral #336990

Tints of Astral #336990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35%

 BLUE value IS 144 (56.64% from 255) = 48%

R = 17%
G = 35%
B = 48%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#336990 (or 0x336990) is known color: Astral. HEX triplet: 33, 69 and 90. RGB value is (51,105,144). Sum of RGB (Red+Green+Blue) = 51+105+144=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #336990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336990 is #CC966F. Grayscale: #5D5D5D. Windows color (decimal): -13407856 or 9464115. OLE color: 9464115.

HSL color Cylindrical-coordinate representation of color #336990: hue angle of 205.16º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #336990 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 105 144 -
CMYK 0.65 0.27 0 0.44
HSL 205.16º 0.48% 0.38% -
HSV(B) 205.16º 0.65% 0.56% -
XYZ 11.45 12.82 28.26 -
YUV 93.3 156.61 97.83 -
System Red Green Blue C M Y K H S L
Decimal 51 105 144 0.65 0.27 0 0.44 205.16 0.48 0.38
Hex 33 69 90 41 1B 0 2C CD 30 26
Octal 63 151 220 101 33 0 54 315 60 46
Binary 110011 1101001 10010000 1000001 11011 0 101100 11001101 110000 100110

Color Harmonies of #336990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336990

Black with #336990

Text Example


Text Example

White with #336990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336990; }

 p { color: rgb(51,105,144); }

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

background-color css

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

 a { background-color: rgb(51,105,144); }

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

border-color css

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

 span { border-color: rgb(51,105,144); }

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