Html Css Color HEX #356B88 Astral

📋 copy color: '#356B88'

red 53 ◦ green 107 ◦ blue 136

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

Shades of Astral #356B88

Tints of Astral #356B88

RGB

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

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

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

R = 17.91%
G = 36.15%
B = 45.95%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#356B88 (or 0x356B88) is known color: Astral. HEX triplet: 35, 6B and 88. RGB value is (53,107,136). Sum of RGB (Red+Green+Blue) = 53+107+136=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 136 - color contains mainly: blue. Hex color #356B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356B88 is #CA9477. Grayscale: #5D5D5D. Windows color (decimal): -13276280 or 8940341. OLE color: 8940341.

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

Color convert

RGB 53 107 136 -
CMYK 0.61 0.21 0 0.47
HSL 200.96º 0.44% 0.37% -
HSV(B) 200.96º 0.61% 0.53% -
XYZ 11.17 13.05 25.22 -
YUV 94.16 151.61 98.64 -
System Red Green Blue C M Y K H S L
Decimal 53 107 136 0.61 0.21 0 0.47 200.96 0.44 0.37
Hex 35 6B 88 3D 15 0 2F C9 2C 25
Octal 65 153 210 75 25 0 57 311 54 45
Binary 110101 1101011 10001000 111101 10101 0 101111 11001001 101100 100101

Color Harmonies of #356B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B88

Black with #356B88

Text Example


Text Example

White with #356B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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