Html Css Color HEX #356F90 Astral

📋 copy color: '#356F90'

red 53 ◦ green 111 ◦ blue 144

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

Shades of Astral #356F90

Tints of Astral #356F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.04%

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

R = 17.21%
G = 36.04%
B = 46.75%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#356F90 (or 0x356F90) is known color: Astral. HEX triplet: 35, 6F and 90. RGB value is (53,111,144). Sum of RGB (Red+Green+Blue) = 53+111+144=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #356F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356F90 is #CA906F. Grayscale: #616161. Windows color (decimal): -13275248 or 9465653. OLE color: 9465653.

HSL color Cylindrical-coordinate representation of color #356F90: hue angle of 201.76º 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 #356F90 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 111 144 -
CMYK 0.63 0.23 0 0.44
HSL 201.76º 0.46% 0.39% -
HSV(B) 201.76º 0.63% 0.56% -
XYZ 12.19 14.14 28.47 -
YUV 97.42 154.28 96.32 -
System Red Green Blue C M Y K H S L
Decimal 53 111 144 0.63 0.23 0 0.44 201.76 0.46 0.39
Hex 35 6F 90 3F 17 0 2C CA 2E 27
Octal 65 157 220 77 27 0 54 312 56 47
Binary 110101 1101111 10010000 111111 10111 0 101100 11001010 101110 100111

Color Harmonies of #356F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F90

Black with #356F90

Text Example


Text Example

White with #356F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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