Html Css Color HEX #356D8A Astral

📋 copy color: '#356D8A'

red 53 ◦ green 109 ◦ blue 138

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

Shades of Astral #356D8A

Tints of Astral #356D8A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.33%

 BLUE value IS 138 (54.3% from 255) = 46%

R = 17.67%
G = 36.33%
B = 46%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#356D8A (or 0x356D8A) is known color: Astral. HEX triplet: 35, 6D and 8A. RGB value is (53,109,138). Sum of RGB (Red+Green+Blue) = 53+109+138=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #356D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356D8A is #CA9275. Grayscale: #5F5F5F. Windows color (decimal): -13275766 or 9071925. OLE color: 9071925.

HSL color Cylindrical-coordinate representation of color #356D8A: hue angle of 200.47º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #356D8A is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 109 138 -
CMYK 0.62 0.21 0 0.46
HSL 200.47º 0.45% 0.37% -
HSV(B) 200.47º 0.62% 0.54% -
XYZ 11.52 13.53 26.05 -
YUV 95.56 151.95 97.64 -
System Red Green Blue C M Y K H S L
Decimal 53 109 138 0.62 0.21 0 0.46 200.47 0.45 0.37
Hex 35 6D 8A 3E 15 0 2E C8 2D 25
Octal 65 155 212 76 25 0 56 310 55 45
Binary 110101 1101101 10001010 111110 10101 0 101110 11001000 101101 100101

Color Harmonies of #356D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356D8A

Black with #356D8A

Text Example


Text Example

White with #356D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,109,138); }

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

background-color css

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

 a { background-color: rgb(53,109,138); }

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

border-color css

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

 span { border-color: rgb(53,109,138); }

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