Html Css Color HEX #356670 Blumine

📋 copy color: '#356670'

red 53 ◦ green 102 ◦ blue 112

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

Shades of Blumine #356670

Tints of Blumine #356670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.2%

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

R = 19.85%
G = 38.2%
B = 41.95%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#356670 (or 0x356670) is known color: Blumine. HEX triplet: 35, 66 and 70. RGB value is (53,102,112). Sum of RGB (Red+Green+Blue) = 53+102+112=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #356670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356670 is #CA998F. Grayscale: #585858. Windows color (decimal): -13277584 or 7366197. OLE color: 7366197.

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

Color convert

RGB 53 102 112 -
CMYK 0.53 0.09 0 0.56
HSL 190.17º 0.36% 0.32% -
HSV(B) 190.17º 0.53% 0.44% -
XYZ 9.14 11.43 17.05 -
YUV 88.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 53 102 112 0.53 0.09 0 0.56 190.17 0.36 0.32
Hex 35 66 70 35 9 0 38 BE 24 20
Octal 65 146 160 65 11 0 70 276 44 40
Binary 110101 1100110 1110000 110101 1001 0 111000 10111110 100100 100000

Color Harmonies of #356670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356670

Black with #356670

Text Example


Text Example

White with #356670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356670; }

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

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

background-color css

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

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

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

border-color css

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

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

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