Html Css Color HEX #356C93 Astral

📋 copy color: '#356C93'

red 53 ◦ green 108 ◦ blue 147

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

Shades of Astral #356C93

Tints of Astral #356C93

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.06%

 BLUE value IS 147 (57.81% from 255) = 47.73%

R = 17.21%
G = 35.06%
B = 47.73%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#356C93 (or 0x356C93) is known color: Astral. HEX triplet: 35, 6C and 93. RGB value is (53,108,147). Sum of RGB (Red+Green+Blue) = 53+108+147=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #356C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356C93 is #CA936C. Grayscale: #5F5F5F. Windows color (decimal): -13276013 or 9661493. OLE color: 9661493.

HSL color Cylindrical-coordinate representation of color #356C93: hue angle of 204.89º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #356C93 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 108 147 -
CMYK 0.64 0.27 0 0.42
HSL 204.89º 0.47% 0.39% -
HSV(B) 204.89º 0.64% 0.58% -
XYZ 12.1 13.59 29.59 -
YUV 96 156.78 97.33 -
System Red Green Blue C M Y K H S L
Decimal 53 108 147 0.64 0.27 0 0.42 204.89 0.47 0.39
Hex 35 6C 93 40 1B 0 2A CD 2F 27
Octal 65 154 223 100 33 0 52 315 57 47
Binary 110101 1101100 10010011 1000000 11011 0 101010 11001101 101111 100111

Color Harmonies of #356C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356C93

Black with #356C93

Text Example


Text Example

White with #356C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,108,147); }

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

background-color css

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

 a { background-color: rgb(53,108,147); }

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

border-color css

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

 span { border-color: rgb(53,108,147); }

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