Html Css Color HEX #336992 Astral

📋 copy color: '#336992'

red 51 ◦ green 105 ◦ blue 146

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

Shades of Astral #336992

Tints of Astral #336992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.34%

R = 16.89%
G = 34.77%
B = 48.34%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#336992 (or 0x336992) is known color: Astral. HEX triplet: 33, 69 and 92. RGB value is (51,105,146). Sum of RGB (Red+Green+Blue) = 51+105+146=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #336992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336992 is #CC966D. Grayscale: #5D5D5D. Windows color (decimal): -13407854 or 9595187. OLE color: 9595187.

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

Color convert

RGB 51 105 146 -
CMYK 0.65 0.28 0 0.43
HSL 205.89º 0.48% 0.39% -
HSV(B) 205.89º 0.65% 0.57% -
XYZ 11.61 12.88 29.07 -
YUV 93.53 157.61 97.67 -
System Red Green Blue C M Y K H S L
Decimal 51 105 146 0.65 0.28 0 0.43 205.89 0.48 0.39
Hex 33 69 92 41 1C 0 2B CE 30 27
Octal 63 151 222 101 34 0 53 316 60 47
Binary 110011 1101001 10010010 1000001 11100 0 101011 11001110 110000 100111

Color Harmonies of #336992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336992

Black with #336992

Text Example


Text Example

White with #336992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336992; }

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

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

background-color css

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

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

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

border-color css

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

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

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