Html Css Color HEX #356370 Blumine

📋 copy color: '#356370'

red 53 ◦ green 99 ◦ blue 112

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

Shades of Blumine #356370

Tints of Blumine #356370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.5%

 BLUE value IS 112 (44.14% from 255) = 42.42%

R = 20.08%
G = 37.5%
B = 42.42%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#356370 (or 0x356370) is known color: Blumine. HEX triplet: 35, 63 and 70. RGB value is (53,99,112). Sum of RGB (Red+Green+Blue) = 53+99+112=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #356370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356370 is #CA9C8F. Grayscale: #565656. Windows color (decimal): -13278352 or 7365429. OLE color: 7365429.

HSL color Cylindrical-coordinate representation of color #356370: hue angle of 193.22º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #356370 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 99 112 -
CMYK 0.53 0.12 0 0.56
HSL 193.22º 0.36% 0.32% -
HSV(B) 193.22º 0.53% 0.44% -
XYZ 8.85 10.85 16.96 -
YUV 86.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 53 99 112 0.53 0.12 0 0.56 193.22 0.36 0.32
Hex 35 63 70 35 C 0 38 C1 24 20
Octal 65 143 160 65 14 0 70 301 44 40
Binary 110101 1100011 1110000 110101 1100 0 111000 11000001 100100 100000

Color Harmonies of #356370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356370

Black with #356370

Text Example


Text Example

White with #356370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356370; }

 p { color: rgb(53,99,112); }

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

background-color css

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

 a { background-color: rgb(53,99,112); }

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

border-color css

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

 span { border-color: rgb(53,99,112); }

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