Html Css Color HEX #356682 Astral

📋 copy color: '#356682'

red 53 ◦ green 102 ◦ blue 130

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

Shades of Astral #356682

Tints of Astral #356682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.79%

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

R = 18.6%
G = 35.79%
B = 45.61%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#356682 (or 0x356682) is known color: Astral. HEX triplet: 35, 66 and 82. RGB value is (53,102,130). Sum of RGB (Red+Green+Blue) = 53+102+130=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #356682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356682 is #CA997D. Grayscale: #5A5A5A. Windows color (decimal): -13277566 or 8545845. OLE color: 8545845.

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

Color convert

RGB 53 102 130 -
CMYK 0.59 0.22 0 0.49
HSL 201.82º 0.42% 0.36% -
HSV(B) 201.82º 0.59% 0.51% -
XYZ 10.25 11.87 22.87 -
YUV 90.54 150.27 101.22 -
System Red Green Blue C M Y K H S L
Decimal 53 102 130 0.59 0.22 0 0.49 201.82 0.42 0.36
Hex 35 66 82 3B 16 0 31 CA 2A 24
Octal 65 146 202 73 26 0 61 312 52 44
Binary 110101 1100110 10000010 111011 10110 0 110001 11001010 101010 100100

Color Harmonies of #356682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356682

Black with #356682

Text Example


Text Example

White with #356682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356682; }

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

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

background-color css

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

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

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

border-color css

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

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

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