Html Css Color HEX #356270 Blumine

📋 copy color: '#356270'

red 53 ◦ green 98 ◦ blue 112

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

Shades of Blumine #356270

Tints of Blumine #356270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.26%

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

R = 20.15%
G = 37.26%
B = 42.59%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#356270 (or 0x356270) is known color: Blumine. HEX triplet: 35, 62 and 70. RGB value is (53,98,112). Sum of RGB (Red+Green+Blue) = 53+98+112=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #356270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356270 is #CA9D8F. Grayscale: #565656. Windows color (decimal): -13278608 or 7365173. OLE color: 7365173.

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

Color convert

RGB 53 98 112 -
CMYK 0.53 0.13 0 0.56
HSL 194.24º 0.36% 0.32% -
HSV(B) 194.24º 0.53% 0.44% -
XYZ 8.76 10.66 16.93 -
YUV 86.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 53 98 112 0.53 0.13 0 0.56 194.24 0.36 0.32
Hex 35 62 70 35 D 0 38 C2 24 20
Octal 65 142 160 65 15 0 70 302 44 40
Binary 110101 1100010 1110000 110101 1101 0 111000 11000010 100100 100000

Color Harmonies of #356270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356270

Black with #356270

Text Example


Text Example

White with #356270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356270; }

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

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

background-color css

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

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

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

border-color css

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

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

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