Html Css Color HEX #356070 Blumine

📋 copy color: '#356070'

red 53 ◦ green 96 ◦ blue 112

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

Shades of Blumine #356070

Tints of Blumine #356070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.78%

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

R = 20.31%
G = 36.78%
B = 42.91%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#356070 (or 0x356070) is known color: Blumine. HEX triplet: 35, 60 and 70. RGB value is (53,96,112). Sum of RGB (Red+Green+Blue) = 53+96+112=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #356070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356070 is #CA9F8F. Grayscale: #545454. Windows color (decimal): -13279120 or 7364661. OLE color: 7364661.

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

Color convert

RGB 53 96 112 -
CMYK 0.53 0.14 0 0.56
HSL 196.27º 0.36% 0.32% -
HSV(B) 196.27º 0.53% 0.44% -
XYZ 8.58 10.29 16.86 -
YUV 84.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 53 96 112 0.53 0.14 0 0.56 196.27 0.36 0.32
Hex 35 60 70 35 E 0 38 C4 24 20
Octal 65 140 160 65 16 0 70 304 44 40
Binary 110101 1100000 1110000 110101 1110 0 111000 11000100 100100 100000

Color Harmonies of #356070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356070

Black with #356070

Text Example


Text Example

White with #356070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356070; }

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

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

background-color css

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

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

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

border-color css

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

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

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