Html Css Color HEX #356570 Blumine

📋 copy color: '#356570'

red 53 ◦ green 101 ◦ blue 112

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

Shades of Blumine #356570

Tints of Blumine #356570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.97%

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

R = 19.92%
G = 37.97%
B = 42.11%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#356570 (or 0x356570) is known color: Blumine. HEX triplet: 35, 65 and 70. RGB value is (53,101,112). Sum of RGB (Red+Green+Blue) = 53+101+112=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #356570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356570 is #CA9A8F. Grayscale: #575757. Windows color (decimal): -13277840 or 7365941. OLE color: 7365941.

HSL color Cylindrical-coordinate representation of color #356570: hue angle of 191.19º 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 #356570 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 101 112 -
CMYK 0.53 0.10 0 0.56
HSL 191.19º 0.36% 0.32% -
HSV(B) 191.19º 0.53% 0.44% -
XYZ 9.05 11.23 17.02 -
YUV 87.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 53 101 112 0.53 0.10 0 0.56 191.19 0.36 0.32
Hex 35 65 70 35 A 0 38 BF 24 20
Octal 65 145 160 65 12 0 70 277 44 40
Binary 110101 1100101 1110000 110101 1010 0 111000 10111111 100100 100000

Color Harmonies of #356570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356570

Black with #356570

Text Example


Text Example

White with #356570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356570; }

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

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

background-color css

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

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

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

border-color css

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

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

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