Html Css Color HEX #336790 Astral

📋 copy color: '#336790'

red 51 ◦ green 103 ◦ blue 144

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

Shades of Astral #336790

Tints of Astral #336790

RGB

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

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

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

R = 17.11%
G = 34.56%
B = 48.32%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#336790 (or 0x336790) is known color: Astral. HEX triplet: 33, 67 and 90. RGB value is (51,103,144). Sum of RGB (Red+Green+Blue) = 51+103+144=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #336790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336790 is #CC986F. Grayscale: #5B5B5B. Windows color (decimal): -13408368 or 9463603. OLE color: 9463603.

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

Color convert

RGB 51 103 144 -
CMYK 0.65 0.28 0 0.44
HSL 206.45º 0.48% 0.38% -
HSV(B) 206.45º 0.65% 0.56% -
XYZ 11.25 12.42 28.19 -
YUV 92.13 157.27 98.67 -
System Red Green Blue C M Y K H S L
Decimal 51 103 144 0.65 0.28 0 0.44 206.45 0.48 0.38
Hex 33 67 90 41 1C 0 2C CE 30 26
Octal 63 147 220 101 34 0 54 316 60 46
Binary 110011 1100111 10010000 1000001 11100 0 101100 11001110 110000 100110

Color Harmonies of #336790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336790

Black with #336790

Text Example


Text Example

White with #336790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336790; }

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

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

background-color css

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

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

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

border-color css

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

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

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