Html Css Color HEX #336A91 Astral

📋 copy color: '#336A91'

red 51 ◦ green 106 ◦ blue 145

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

Shades of Astral #336A91

Tints of Astral #336A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.01%

R = 16.89%
G = 35.1%
B = 48.01%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#336A91 (or 0x336A91) is known color: Astral. HEX triplet: 33, 6A and 91. RGB value is (51,106,145). Sum of RGB (Red+Green+Blue) = 51+106+145=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #336A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336A91 is #CC956E. Grayscale: #5D5D5D. Windows color (decimal): -13407599 or 9529907. OLE color: 9529907.

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

Color convert

RGB 51 106 145 -
CMYK 0.65 0.27 0 0.43
HSL 204.89º 0.48% 0.38% -
HSV(B) 204.89º 0.65% 0.57% -
XYZ 11.63 13.06 28.7 -
YUV 94 156.78 97.33 -
System Red Green Blue C M Y K H S L
Decimal 51 106 145 0.65 0.27 0 0.43 204.89 0.48 0.38
Hex 33 6A 91 41 1B 0 2B CD 30 26
Octal 63 152 221 101 33 0 53 315 60 46
Binary 110011 1101010 10010001 1000001 11011 0 101011 11001101 110000 100110

Color Harmonies of #336A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336A91

Black with #336A91

Text Example


Text Example

White with #336A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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