#355B74

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

Shades of Blumine #355B74

Tints of Blumine #355B74

Color information

#355B74 (or 0x355B74) is unknown color: approx Blumine. HEX triplet: 35, 5B and 74. RGB value is (53,91,116). Sum of RGB (Red+Green+Blue) = 53+91+116=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #355B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B74 is #CAA48B. Grayscale: #525252. Windows color (decimal): -13280396 or 7625525. OLE color: 7625525.

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

Color convert

RGB5391116-
CMYK0.540.2200.55
HSL203.81º37.28%33.14%-
HSV(B)203.81º54.31%45.49%-
XYZ8.369.517.92-
YUV82.49146.91106.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 116 (45.70% from 255) = 44.62%
R=20.38%
G=35%
B=44.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53911160.540.2200.55203.8137.2833.14
Hex355B743616037cc2521
Octal6513316466260673144541
Binary1101011011011111010011011010110011011111001100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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