Html Css Color HEX #356781 Astral

📋 copy color: '#356781'

red 53 ◦ green 103 ◦ blue 129

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

Shades of Astral #356781

Tints of Astral #356781

RGB

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

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

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

R = 18.6%
G = 36.14%
B = 45.26%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#356781 (or 0x356781) is known color: Astral. HEX triplet: 35, 67 and 81. RGB value is (53,103,129). Sum of RGB (Red+Green+Blue) = 53+103+129=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #356781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356781 is #CA987E. Grayscale: #5A5A5A. Windows color (decimal): -13277311 or 8480565. OLE color: 8480565.

HSL color Cylindrical-coordinate representation of color #356781: hue angle of 200.53º 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 #356781 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 103 129 -
CMYK 0.59 0.20 0 0.49
HSL 200.53º 0.42% 0.36% -
HSV(B) 200.53º 0.59% 0.51% -
XYZ 10.28 12.04 22.55 -
YUV 91.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 53 103 129 0.59 0.20 0 0.49 200.53 0.42 0.36
Hex 35 67 81 3B 14 0 31 C9 2A 24
Octal 65 147 201 73 24 0 61 311 52 44
Binary 110101 1100111 10000001 111011 10100 0 110001 11001001 101010 100100

Color Harmonies of #356781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356781

Black with #356781

Text Example


Text Example

White with #356781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356781; }

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

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

background-color css

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

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

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

border-color css

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

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

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