Html Css Color HEX #356882 Astral

📋 copy color: '#356882'

red 53 ◦ green 104 ◦ blue 130

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

Shades of Astral #356882

Tints of Astral #356882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.3%

R = 18.47%
G = 36.24%
B = 45.3%

CMYK

 C value IS 0.59

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#356882 (or 0x356882) is known color: Astral. HEX triplet: 35, 68 and 82. RGB value is (53,104,130). Sum of RGB (Red+Green+Blue) = 53+104+130=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #356882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356882 is #CA977D. Grayscale: #5B5B5B. Windows color (decimal): -13277054 or 8546357. OLE color: 8546357.

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

Color convert

RGB 53 104 130 -
CMYK 0.59 0.2 0 0.49
HSL 200.26º 0.42% 0.36% -
HSV(B) 200.26º 0.59% 0.51% -
XYZ 10.45 12.27 22.94 -
YUV 91.72 149.6 100.39 -
System Red Green Blue C M Y K H S L
Decimal 53 104 130 0.59 0.2 0 0.49 200.26 0.42 0.36
Hex 35 68 82 3B 14 0 31 C8 2A 24
Octal 65 150 202 73 24 0 61 310 52 44
Binary 110101 1101000 10000010 111011 10100 0 110001 11001000 101010 100100

Color Harmonies of #356882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356882

Black with #356882

Text Example


Text Example

White with #356882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356882; }

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

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

background-color css

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

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

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

border-color css

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

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

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