Html Css Color HEX #356787 Astral

📋 copy color: '#356787'

red 53 ◦ green 103 ◦ blue 135

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

Shades of Astral #356787

Tints of Astral #356787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.39%

R = 18.21%
G = 35.4%
B = 46.39%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#356787 (or 0x356787) is known color: Astral. HEX triplet: 35, 67 and 87. RGB value is (53,103,135). Sum of RGB (Red+Green+Blue) = 53+103+135=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #356787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356787 is #CA9878. Grayscale: #5B5B5B. Windows color (decimal): -13277305 or 8873781. OLE color: 8873781.

HSL color Cylindrical-coordinate representation of color #356787: hue angle of 203.41º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #356787 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 103 135 -
CMYK 0.61 0.24 0 0.47
HSL 203.41º 0.44% 0.37% -
HSV(B) 203.41º 0.61% 0.53% -
XYZ 10.69 12.21 24.71 -
YUV 91.7 152.44 100.4 -
System Red Green Blue C M Y K H S L
Decimal 53 103 135 0.61 0.24 0 0.47 203.41 0.44 0.37
Hex 35 67 87 3D 18 0 2F CB 2C 25
Octal 65 147 207 75 30 0 57 313 54 45
Binary 110101 1100111 10000111 111101 11000 0 101111 11001011 101100 100101

Color Harmonies of #356787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356787

Black with #356787

Text Example


Text Example

White with #356787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356787; }

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

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

background-color css

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

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

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

border-color css

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

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

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