Html Css Color HEX #356E7E Astral

📋 copy color: '#356E7E'

red 53 ◦ green 110 ◦ blue 126

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

Shades of Astral #356E7E

Tints of Astral #356E7E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.06%

 BLUE value IS 126 (49.61% from 255) = 43.6%

R = 18.34%
G = 38.06%
B = 43.6%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#356E7E (or 0x356E7E) is known color: Astral. HEX triplet: 35, 6E and 7E. RGB value is (53,110,126). Sum of RGB (Red+Green+Blue) = 53+110+126=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 126 - color contains mainly: blue. Hex color #356E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356E7E is #CA9181. Grayscale: #5E5E5E. Windows color (decimal): -13275522 or 8285749. OLE color: 8285749.

HSL color Cylindrical-coordinate representation of color #356E7E: hue angle of 193.15º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #356E7E is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 110 126 -
CMYK 0.58 0.13 0 0.51
HSL 193.15º 0.41% 0.35% -
HSV(B) 193.15º 0.58% 0.49% -
XYZ 10.81 13.42 21.76 -
YUV 94.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 53 110 126 0.58 0.13 0 0.51 193.15 0.41 0.35
Hex 35 6E 7E 3A D 0 33 C1 29 23
Octal 65 156 176 72 15 0 63 301 51 43
Binary 110101 1101110 1111110 111010 1101 0 110011 11000001 101001 100011

Color Harmonies of #356E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E7E

Black with #356E7E

Text Example


Text Example

White with #356E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,110,126); }

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

background-color css

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

 a { background-color: rgb(53,110,126); }

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

border-color css

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

 span { border-color: rgb(53,110,126); }

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