Html Css Color HEX #356784 Astral

📋 copy color: '#356784'

red 53 ◦ green 103 ◦ blue 132

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

Shades of Astral #356784

Tints of Astral #356784

RGB

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

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

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

R = 18.4%
G = 35.76%
B = 45.83%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#356784 (or 0x356784) is known color: Astral. HEX triplet: 35, 67 and 84. RGB value is (53,103,132). Sum of RGB (Red+Green+Blue) = 53+103+132=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #356784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356784 is #CA987B. Grayscale: #5B5B5B. Windows color (decimal): -13277308 or 8677173. OLE color: 8677173.

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

Color convert

RGB 53 103 132 -
CMYK 0.60 0.22 0 0.48
HSL 202.03º 0.43% 0.36% -
HSV(B) 202.03º 0.6% 0.52% -
XYZ 10.48 12.12 23.62 -
YUV 91.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 53 103 132 0.60 0.22 0 0.48 202.03 0.43 0.36
Hex 35 67 84 3C 16 0 30 CA 2B 24
Octal 65 147 204 74 26 0 60 312 53 44
Binary 110101 1100111 10000100 111100 10110 0 110000 11001010 101011 100100

Color Harmonies of #356784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356784

Black with #356784

Text Example


Text Example

White with #356784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356784; }

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

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

background-color css

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

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

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

border-color css

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

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

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