Html Css Color HEX #356790 Astral

📋 copy color: '#356790'

red 53 ◦ green 103 ◦ blue 144

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

Shades of Astral #356790

Tints of Astral #356790

RGB

 RED value IS 53 (21.09% from 255) = 17.67%

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

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

R = 17.67%
G = 34.33%
B = 48%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#356790 (or 0x356790) is known color: Astral. HEX triplet: 35, 67 and 90. RGB value is (53,103,144). Sum of RGB (Red+Green+Blue) = 53+103+144=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #356790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356790 is #CA986F. Grayscale: #5C5C5C. Windows color (decimal): -13277296 or 9463605. OLE color: 9463605.

HSL color Cylindrical-coordinate representation of color #356790: hue angle of 207.03º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356790 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 103 144 -
CMYK 0.63 0.28 0 0.44
HSL 207.03º 0.46% 0.39% -
HSV(B) 207.03º 0.63% 0.56% -
XYZ 11.35 12.47 28.19 -
YUV 92.72 156.94 99.67 -
System Red Green Blue C M Y K H S L
Decimal 53 103 144 0.63 0.28 0 0.44 207.03 0.46 0.39
Hex 35 67 90 3F 1C 0 2C CF 2E 27
Octal 65 147 220 77 34 0 54 317 56 47
Binary 110101 1100111 10010000 111111 11100 0 101100 11001111 101110 100111

Color Harmonies of #356790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356790

Black with #356790

Text Example


Text Example

White with #356790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356790; }

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

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

background-color css

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

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

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

border-color css

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

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

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