Html Css Color HEX #356575 Blumine

📋 copy color: '#356575'

red 53 ◦ green 101 ◦ blue 117

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

Shades of Blumine #356575

Tints of Blumine #356575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 19.56%
G = 37.27%
B = 43.17%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#356575 (or 0x356575) is known color: Blumine. HEX triplet: 35, 65 and 75. RGB value is (53,101,117). Sum of RGB (Red+Green+Blue) = 53+101+117=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #356575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356575 is #CA9A8A. Grayscale: #585858. Windows color (decimal): -13277835 or 7693621. OLE color: 7693621.

HSL color Cylindrical-coordinate representation of color #356575: hue angle of 195º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #356575 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 101 117 -
CMYK 0.55 0.14 0 0.54
HSL 195º 0.38% 0.33% -
HSV(B) 195º 0.55% 0.46% -
XYZ 9.33 11.35 18.53 -
YUV 88.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 53 101 117 0.55 0.14 0 0.54 195 0.38 0.33
Hex 35 65 75 37 E 0 36 C3 26 21
Octal 65 145 165 67 16 0 66 303 46 41
Binary 110101 1100101 1110101 110111 1110 0 110110 11000011 100110 100001

Color Harmonies of #356575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356575

Black with #356575

Text Example


Text Example

White with #356575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356575; }

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

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

background-color css

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

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

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

border-color css

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

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

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