Html Css Color HEX #356881 Astral

📋 copy color: '#356881'

red 53 ◦ green 104 ◦ blue 129

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

Shades of Astral #356881

Tints of Astral #356881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.36%

 BLUE value IS 129 (50.78% from 255) = 45.1%

R = 18.53%
G = 36.36%
B = 45.1%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#356881 (or 0x356881) is known color: Astral. HEX triplet: 35, 68 and 81. RGB value is (53,104,129). Sum of RGB (Red+Green+Blue) = 53+104+129=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #356881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356881 is #CA977E. Grayscale: #5B5B5B. Windows color (decimal): -13277055 or 8480821. OLE color: 8480821.

HSL color Cylindrical-coordinate representation of color #356881: hue angle of 199.74º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #356881 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 104 129 -
CMYK 0.59 0.19 0 0.49
HSL 199.74º 0.42% 0.36% -
HSV(B) 199.74º 0.59% 0.51% -
XYZ 10.38 12.24 22.58 -
YUV 91.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 53 104 129 0.59 0.19 0 0.49 199.74 0.42 0.36
Hex 35 68 81 3B 13 0 31 C8 2A 24
Octal 65 150 201 73 23 0 61 310 52 44
Binary 110101 1101000 10000001 111011 10011 0 110001 11001000 101010 100100

Color Harmonies of #356881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356881

Black with #356881

Text Example


Text Example

White with #356881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356881; }

 p { color: rgb(53,104,129); }

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

background-color css

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

 a { background-color: rgb(53,104,129); }

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

border-color css

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

 span { border-color: rgb(53,104,129); }

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