Html Css Color HEX #336E90 Astral

📋 copy color: '#336E90'

red 51 ◦ green 110 ◦ blue 144

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

Shades of Astral #336E90

Tints of Astral #336E90

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.07%

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

R = 16.72%
G = 36.07%
B = 47.21%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#336E90 (or 0x336E90) is known color: Astral. HEX triplet: 33, 6E and 90. RGB value is (51,110,144). Sum of RGB (Red+Green+Blue) = 51+110+144=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #336E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336E90 is #CC916F. Grayscale: #606060. Windows color (decimal): -13406576 or 9465395. OLE color: 9465395.

HSL color Cylindrical-coordinate representation of color #336E90: hue angle of 201.94º 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 #336E90 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 110 144 -
CMYK 0.65 0.24 0 0.44
HSL 201.94º 0.48% 0.38% -
HSV(B) 201.94º 0.65% 0.56% -
XYZ 11.98 13.87 28.43 -
YUV 96.24 154.95 95.74 -
System Red Green Blue C M Y K H S L
Decimal 51 110 144 0.65 0.24 0 0.44 201.94 0.48 0.38
Hex 33 6E 90 41 18 0 2C CA 30 26
Octal 63 156 220 101 30 0 54 312 60 46
Binary 110011 1101110 10010000 1000001 11000 0 101100 11001010 110000 100110

Color Harmonies of #336E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336E90

Black with #336E90

Text Example


Text Example

White with #336E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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