Html Css Color HEX #356B89 Astral

📋 copy color: '#356B89'

red 53 ◦ green 107 ◦ blue 137

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

Shades of Astral #356B89

Tints of Astral #356B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.13%

R = 17.85%
G = 36.03%
B = 46.13%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#356B89 (or 0x356B89) is known color: Astral. HEX triplet: 35, 6B and 89. RGB value is (53,107,137). Sum of RGB (Red+Green+Blue) = 53+107+137=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #356B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356B89 is #CA9476. Grayscale: #5E5E5E. Windows color (decimal): -13276279 or 9005877. OLE color: 9005877.

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

Color convert

RGB 53 107 137 -
CMYK 0.61 0.22 0 0.46
HSL 201.43º 0.44% 0.37% -
HSV(B) 201.43º 0.61% 0.54% -
XYZ 11.24 13.08 25.6 -
YUV 94.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 53 107 137 0.61 0.22 0 0.46 201.43 0.44 0.37
Hex 35 6B 89 3D 16 0 2E C9 2C 25
Octal 65 153 211 75 26 0 56 311 54 45
Binary 110101 1101011 10001001 111101 10110 0 101110 11001001 101100 100101

Color Harmonies of #356B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B89

Black with #356B89

Text Example


Text Example

White with #356B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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