Html Css Color HEX #356684 Astral

📋 copy color: '#356684'

red 53 ◦ green 102 ◦ blue 132

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

Shades of Astral #356684

Tints of Astral #356684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.99%

R = 18.47%
G = 35.54%
B = 45.99%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#356684 (or 0x356684) is known color: Astral. HEX triplet: 35, 66 and 84. RGB value is (53,102,132). Sum of RGB (Red+Green+Blue) = 53+102+132=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #356684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356684 is #CA997B. Grayscale: #5A5A5A. Windows color (decimal): -13277564 or 8676917. OLE color: 8676917.

HSL color Cylindrical-coordinate representation of color #356684: hue angle of 202.78º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356684 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 102 132 -
CMYK 0.60 0.23 0 0.48
HSL 202.78º 0.43% 0.36% -
HSV(B) 202.78º 0.6% 0.52% -
XYZ 10.38 11.93 23.58 -
YUV 90.77 151.27 101.06 -
System Red Green Blue C M Y K H S L
Decimal 53 102 132 0.60 0.23 0 0.48 202.78 0.43 0.36
Hex 35 66 84 3C 17 0 30 CB 2B 24
Octal 65 146 204 74 27 0 60 313 53 44
Binary 110101 1100110 10000100 111100 10111 0 110000 11001011 101011 100100

Color Harmonies of #356684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356684

Black with #356684

Text Example


Text Example

White with #356684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356684; }

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

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

background-color css

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

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

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

border-color css

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

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

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