Html Css Color HEX #356279 Blumine

📋 copy color: '#356279'

red 53 ◦ green 98 ◦ blue 121

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

Shades of Blumine #356279

Tints of Blumine #356279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.03%

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

R = 19.49%
G = 36.03%
B = 44.49%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356279 (or 0x356279) is known color: Blumine. HEX triplet: 35, 62 and 79. RGB value is (53,98,121). Sum of RGB (Red+Green+Blue) = 53+98+121=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: blue. Hex color #356279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356279 is #CA9D86. Grayscale: #575757. Windows color (decimal): -13278599 or 7954997. OLE color: 7954997.

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

Color convert

RGB 53 98 121 -
CMYK 0.56 0.19 0 0.53
HSL 200.29º 0.39% 0.34% -
HSV(B) 200.29º 0.56% 0.47% -
XYZ 9.29 10.87 19.7 -
YUV 87.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 53 98 121 0.56 0.19 0 0.53 200.29 0.39 0.34
Hex 35 62 79 38 13 0 35 C8 27 22
Octal 65 142 171 70 23 0 65 310 47 42
Binary 110101 1100010 1111001 111000 10011 0 110101 11001000 100111 100010

Color Harmonies of #356279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356279

Black with #356279

Text Example


Text Example

White with #356279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356279; }

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

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

background-color css

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

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

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

border-color css

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

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

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