Html Css Color HEX #356479 Blumine

📋 copy color: '#356479'

red 53 ◦ green 100 ◦ blue 121

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

Shades of Blumine #356479

Tints of Blumine #356479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44.16%

R = 19.34%
G = 36.5%
B = 44.16%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356479 (or 0x356479) is known color: Blumine. HEX triplet: 35, 64 and 79. RGB value is (53,100,121). Sum of RGB (Red+Green+Blue) = 53+100+121=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #356479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356479 is #CA9B86. Grayscale: #585858. Windows color (decimal): -13278087 or 7955509. OLE color: 7955509.

HSL color Cylindrical-coordinate representation of color #356479: hue angle of 198.53º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #356479 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 100 121 -
CMYK 0.56 0.17 0 0.53
HSL 198.53º 0.39% 0.34% -
HSV(B) 198.53º 0.56% 0.47% -
XYZ 9.48 11.25 19.76 -
YUV 88.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 53 100 121 0.56 0.17 0 0.53 198.53 0.39 0.34
Hex 35 64 79 38 11 0 35 C7 27 22
Octal 65 144 171 70 21 0 65 307 47 42
Binary 110101 1100100 1111001 111000 10001 0 110101 11000111 100111 100010

Color Harmonies of #356479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356479

Black with #356479

Text Example


Text Example

White with #356479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356479; }

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

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

background-color css

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

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

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

border-color css

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

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

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