Html Css Color HEX #336791 Astral

📋 copy color: '#336791'

red 51 ◦ green 103 ◦ blue 145

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

Shades of Astral #336791

Tints of Astral #336791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.45%

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

R = 17.06%
G = 34.45%
B = 48.49%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#336791 (or 0x336791) is known color: Astral. HEX triplet: 33, 67 and 91. RGB value is (51,103,145). Sum of RGB (Red+Green+Blue) = 51+103+145=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #336791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336791 is #CC986E. Grayscale: #5C5C5C. Windows color (decimal): -13408367 or 9529139. OLE color: 9529139.

HSL color Cylindrical-coordinate representation of color #336791: hue angle of 206.81º 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 #336791 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 103 145 -
CMYK 0.65 0.29 0 0.43
HSL 206.81º 0.48% 0.38% -
HSV(B) 206.81º 0.65% 0.57% -
XYZ 11.33 12.45 28.59 -
YUV 92.24 157.77 98.58 -
System Red Green Blue C M Y K H S L
Decimal 51 103 145 0.65 0.29 0 0.43 206.81 0.48 0.38
Hex 33 67 91 41 1D 0 2B CF 30 26
Octal 63 147 221 101 35 0 53 317 60 46
Binary 110011 1100111 10010001 1000001 11101 0 101011 11001111 110000 100110

Color Harmonies of #336791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336791

Black with #336791

Text Example


Text Example

White with #336791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336791; }

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

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

background-color css

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

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

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

border-color css

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

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

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