Html Css Color HEX #356B90 Astral

📋 copy color: '#356B90'

red 53 ◦ green 107 ◦ blue 144

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

Shades of Astral #356B90

Tints of Astral #356B90

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.2%

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

R = 17.43%
G = 35.2%
B = 47.37%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#356B90 (or 0x356B90) is known color: Astral. HEX triplet: 35, 6B and 90. RGB value is (53,107,144). Sum of RGB (Red+Green+Blue) = 53+107+144=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #356B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356B90 is #CA946F. Grayscale: #5E5E5E. Windows color (decimal): -13276272 or 9464629. OLE color: 9464629.

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

Color convert

RGB 53 107 144 -
CMYK 0.63 0.26 0 0.44
HSL 204.4º 0.46% 0.39% -
HSV(B) 204.4º 0.63% 0.56% -
XYZ 11.76 13.29 28.33 -
YUV 95.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 53 107 144 0.63 0.26 0 0.44 204.4 0.46 0.39
Hex 35 6B 90 3F 1A 0 2C CC 2E 27
Octal 65 153 220 77 32 0 54 314 56 47
Binary 110101 1101011 10010000 111111 11010 0 101100 11001100 101110 100111

Color Harmonies of #356B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B90

Black with #356B90

Text Example


Text Example

White with #356B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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