Html Css Color HEX #356377 Blumine

📋 copy color: '#356377'

red 53 ◦ green 99 ◦ blue 119

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

Shades of Blumine #356377

Tints of Blumine #356377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.53%

 BLUE value IS 119 (46.88% from 255) = 43.91%

R = 19.56%
G = 36.53%
B = 43.91%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356377 (or 0x356377) is known color: Blumine. HEX triplet: 35, 63 and 77. RGB value is (53,99,119). Sum of RGB (Red+Green+Blue) = 53+99+119=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #356377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356377 is #CA9C88. Grayscale: #575757. Windows color (decimal): -13278345 or 7824181. OLE color: 7824181.

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

Color convert

RGB 53 99 119 -
CMYK 0.55 0.17 0 0.53
HSL 198.18º 0.38% 0.34% -
HSV(B) 198.18º 0.55% 0.47% -
XYZ 9.26 11.01 19.09 -
YUV 87.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 53 99 119 0.55 0.17 0 0.53 198.18 0.38 0.34
Hex 35 63 77 37 11 0 35 C6 26 22
Octal 65 143 167 67 21 0 65 306 46 42
Binary 110101 1100011 1110111 110111 10001 0 110101 11000110 100110 100010

Color Harmonies of #356377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356377

Black with #356377

Text Example


Text Example

White with #356377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356377; }

 p { color: rgb(53,99,119); }

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

background-color css

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

 a { background-color: rgb(53,99,119); }

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

border-color css

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

 span { border-color: rgb(53,99,119); }

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