Html Css Color HEX #356788 Astral

📋 copy color: '#356788'

red 53 ◦ green 103 ◦ blue 136

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

Shades of Astral #356788

Tints of Astral #356788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.58%

R = 18.15%
G = 35.27%
B = 46.58%

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

#356788 (or 0x356788) is known color: Astral. HEX triplet: 35, 67 and 88. RGB value is (53,103,136). Sum of RGB (Red+Green+Blue) = 53+103+136=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #356788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356788 is #CA9877. Grayscale: #5B5B5B. Windows color (decimal): -13277304 or 8939317. OLE color: 8939317.

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

Color convert

RGB 53 103 136 -
CMYK 0.61 0.24 0 0.47
HSL 203.86º 0.44% 0.37% -
HSV(B) 203.86º 0.61% 0.53% -
XYZ 10.76 12.23 25.09 -
YUV 91.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 53 103 136 0.61 0.24 0 0.47 203.86 0.44 0.37
Hex 35 67 88 3D 18 0 2F CC 2C 25
Octal 65 147 210 75 30 0 57 314 54 45
Binary 110101 1100111 10001000 111101 11000 0 101111 11001100 101100 100101

Color Harmonies of #356788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356788

Black with #356788

Text Example


Text Example

White with #356788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356788; }

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

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

background-color css

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

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

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

border-color css

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

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

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