Html Css Color HEX #356F85 Astral

📋 copy color: '#356F85'

red 53 ◦ green 111 ◦ blue 133

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

Shades of Astral #356F85

Tints of Astral #356F85

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.37%

 BLUE value IS 133 (52.34% from 255) = 44.78%

R = 17.85%
G = 37.37%
B = 44.78%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#356F85 (or 0x356F85) is known color: Astral. HEX triplet: 35, 6F and 85. RGB value is (53,111,133). Sum of RGB (Red+Green+Blue) = 53+111+133=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #356F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356F85 is #CA907A. Grayscale: #606060. Windows color (decimal): -13275259 or 8744757. OLE color: 8744757.

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

Color convert

RGB 53 111 133 -
CMYK 0.60 0.17 0 0.48
HSL 196.5º 0.43% 0.36% -
HSV(B) 196.5º 0.6% 0.52% -
XYZ 11.39 13.82 24.26 -
YUV 96.17 148.78 97.21 -
System Red Green Blue C M Y K H S L
Decimal 53 111 133 0.60 0.17 0 0.48 196.5 0.43 0.36
Hex 35 6F 85 3C 11 0 30 C4 2B 24
Octal 65 157 205 74 21 0 60 304 53 44
Binary 110101 1101111 10000101 111100 10001 0 110000 11000100 101011 100100

Color Harmonies of #356F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F85

Black with #356F85

Text Example


Text Example

White with #356F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,111,133); }

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

background-color css

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

 a { background-color: rgb(53,111,133); }

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

border-color css

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

 span { border-color: rgb(53,111,133); }

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