Html Css Color HEX #336A90 Astral

📋 copy color: '#336A90'

red 51 ◦ green 106 ◦ blue 144

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

Shades of Astral #336A90

Tints of Astral #336A90

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.22%

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

R = 16.94%
G = 35.22%
B = 47.84%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#336A90 (or 0x336A90) is known color: Astral. HEX triplet: 33, 6A and 90. RGB value is (51,106,144). Sum of RGB (Red+Green+Blue) = 51+106+144=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #336A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336A90 is #CC956F. Grayscale: #5D5D5D. Windows color (decimal): -13407600 or 9464371. OLE color: 9464371.

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

Color convert

RGB 51 106 144 -
CMYK 0.65 0.26 0 0.44
HSL 204.52º 0.48% 0.38% -
HSV(B) 204.52º 0.65% 0.56% -
XYZ 11.55 13.03 28.29 -
YUV 93.89 156.28 97.41 -
System Red Green Blue C M Y K H S L
Decimal 51 106 144 0.65 0.26 0 0.44 204.52 0.48 0.38
Hex 33 6A 90 41 1A 0 2C CD 30 26
Octal 63 152 220 101 32 0 54 315 60 46
Binary 110011 1101010 10010000 1000001 11010 0 101100 11001101 110000 100110

Color Harmonies of #336A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336A90

Black with #336A90

Text Example


Text Example

White with #336A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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