#355E74

Color #355E74 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #355E74

Tints of Blumine #355E74

Color information

#355E74 (or 0x355E74) is unknown color: approx Blumine. HEX triplet: 35, 5E and 74. RGB value is (53,94,116). Sum of RGB (Red+Green+Blue) = 53+94+116=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #355E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E74 is #CAA18B. Grayscale: #545454. Windows color (decimal): -13279628 or 7626293. OLE color: 7626293.

HSL color Cylindrical-coordinate representation of color #355E74: hue angle of 200.95º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #355E74 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5394116-
CMYK0.540.1900.55
HSL200.95º37.28%33.14%-
HSV(B)200.95º54.31%45.49%-
XYZ8.6210.0218-
YUV84.25145.92105.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 94 (37.11% from 255) = 35.74%
BLUE value IS 116 (45.70% from 255) = 44.11%
R=20.15%
G=35.74%
B=44.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53941160.540.1900.55200.9537.2833.14
Hex355E743613037c92521
Octal6513616466230673114541
Binary1101011011110111010011011010011011011111001001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355E74; }

 p { color: rgb(53,94,116); }

 H1.HeaderClassName
 {
   color: #355E74;
 }
 .AnyTagClassName
 {
   color: #355E74;
 }
</style>
background-color css

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

 a { background-color: rgb(53,94,116); }

 div.DivClassName
 {
   background-color: #355E74;
 }
 .BgClassName
 {
   background-color: #355E74;
 }
</style>
border-color css

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

 span { border-color: rgb(53,94,116); }

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