Html Css Color HEX #356475 Blumine

📋 copy color: '#356475'

red 53 ◦ green 100 ◦ blue 117

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

Shades of Blumine #356475

Tints of Blumine #356475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.04%

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

R = 19.63%
G = 37.04%
B = 43.33%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#356475 (or 0x356475) is known color: Blumine. HEX triplet: 35, 64 and 75. RGB value is (53,100,117). Sum of RGB (Red+Green+Blue) = 53+100+117=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #356475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356475 is #CA9B8A. Grayscale: #575757. Windows color (decimal): -13278091 or 7693365. OLE color: 7693365.

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

Color convert

RGB 53 100 117 -
CMYK 0.55 0.15 0 0.54
HSL 195.94º 0.38% 0.33% -
HSV(B) 195.94º 0.55% 0.46% -
XYZ 9.24 11.16 18.5 -
YUV 87.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 53 100 117 0.55 0.15 0 0.54 195.94 0.38 0.33
Hex 35 64 75 37 F 0 36 C4 26 21
Octal 65 144 165 67 17 0 66 304 46 41
Binary 110101 1100100 1110101 110111 1111 0 110110 11000100 100110 100001

Color Harmonies of #356475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356475

Black with #356475

Text Example


Text Example

White with #356475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356475; }

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

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

background-color css

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

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

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

border-color css

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

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

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