Html Css Color HEX #356175 Blumine

📋 copy color: '#356175'

red 53 ◦ green 97 ◦ blue 117

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

Shades of Blumine #356175

Tints of Blumine #356175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.33%

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

R = 19.85%
G = 36.33%
B = 43.82%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#356175 (or 0x356175) is known color: Blumine. HEX triplet: 35, 61 and 75. RGB value is (53,97,117). Sum of RGB (Red+Green+Blue) = 53+97+117=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #356175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356175 is #CA9E8A. Grayscale: #565656. Windows color (decimal): -13278859 or 7692597. OLE color: 7692597.

HSL color Cylindrical-coordinate representation of color #356175: hue angle of 198.75º 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 #356175 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 97 117 -
CMYK 0.55 0.17 0 0.54
HSL 198.75º 0.38% 0.33% -
HSV(B) 198.75º 0.55% 0.46% -
XYZ 8.95 10.59 18.4 -
YUV 86.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 53 97 117 0.55 0.17 0 0.54 198.75 0.38 0.33
Hex 35 61 75 37 11 0 36 C7 26 21
Octal 65 141 165 67 21 0 66 307 46 41
Binary 110101 1100001 1110101 110111 10001 0 110110 11000111 100110 100001

Color Harmonies of #356175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356175

Black with #356175

Text Example


Text Example

White with #356175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356175; }

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

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

background-color css

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

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

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

border-color css

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

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

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