Html Css Color HEX #356789 Astral

📋 copy color: '#356789'

red 53 ◦ green 103 ◦ blue 137

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

Shades of Astral #356789

Tints of Astral #356789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.15%

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

R = 18.09%
G = 35.15%
B = 46.76%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#356789 (or 0x356789) is known color: Astral. HEX triplet: 35, 67 and 89. RGB value is (53,103,137). Sum of RGB (Red+Green+Blue) = 53+103+137=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #356789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356789 is #CA9876. Grayscale: #5B5B5B. Windows color (decimal): -13277303 or 9004853. OLE color: 9004853.

HSL color Cylindrical-coordinate representation of color #356789: hue angle of 204.29º 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 #356789 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 103 137 -
CMYK 0.61 0.25 0 0.46
HSL 204.29º 0.44% 0.37% -
HSV(B) 204.29º 0.61% 0.54% -
XYZ 10.83 12.26 25.46 -
YUV 91.93 153.44 100.24 -
System Red Green Blue C M Y K H S L
Decimal 53 103 137 0.61 0.25 0 0.46 204.29 0.44 0.37
Hex 35 67 89 3D 19 0 2E CC 2C 25
Octal 65 147 211 75 31 0 56 314 54 45
Binary 110101 1100111 10001001 111101 11001 0 101110 11001100 101100 100101

Color Harmonies of #356789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356789

Black with #356789

Text Example


Text Example

White with #356789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356789; }

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

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

background-color css

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

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

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

border-color css

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

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

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