Html Css Color HEX #356B84 Astral

📋 copy color: '#356B84'

red 53 ◦ green 107 ◦ blue 132

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

Shades of Astral #356B84

Tints of Astral #356B84

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.64%

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

R = 18.15%
G = 36.64%
B = 45.21%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#356B84 (or 0x356B84) is known color: Astral. HEX triplet: 35, 6B and 84. RGB value is (53,107,132). Sum of RGB (Red+Green+Blue) = 53+107+132=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #356B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356B84 is #CA947B. Grayscale: #5D5D5D. Windows color (decimal): -13276284 or 8678197. OLE color: 8678197.

HSL color Cylindrical-coordinate representation of color #356B84: hue angle of 198.99º 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 #356B84 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 107 132 -
CMYK 0.60 0.19 0 0.48
HSL 198.99º 0.43% 0.36% -
HSV(B) 198.99º 0.6% 0.52% -
XYZ 10.89 12.94 23.75 -
YUV 93.7 149.61 98.97 -
System Red Green Blue C M Y K H S L
Decimal 53 107 132 0.60 0.19 0 0.48 198.99 0.43 0.36
Hex 35 6B 84 3C 13 0 30 C7 2B 24
Octal 65 153 204 74 23 0 60 307 53 44
Binary 110101 1101011 10000100 111100 10011 0 110000 11000111 101011 100100

Color Harmonies of #356B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B84

Black with #356B84

Text Example


Text Example

White with #356B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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