#355C74

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

Shades of Blumine #355C74

Tints of Blumine #355C74

Color information

#355C74 (or 0x355C74) is unknown color: approx Blumine. HEX triplet: 35, 5C and 74. RGB value is (53,92,116). Sum of RGB (Red+Green+Blue) = 53+92+116=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #355C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C74 is #CAA38B. Grayscale: #525252. Windows color (decimal): -13280140 or 7625781. OLE color: 7625781.

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

Color convert

RGB5392116-
CMYK0.540.2100.55
HSL202.86º37.28%33.14%-
HSV(B)202.86º54.31%45.49%-
XYZ8.459.6717.94-
YUV83.08146.58106.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 92 (36.33% from 255) = 35.25%
BLUE value IS 116 (45.70% from 255) = 44.44%
R=20.31%
G=35.25%
B=44.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53921160.540.2100.55202.8637.2833.14
Hex355C743615037cb2521
Octal6513416466250673134541
Binary1101011011100111010011011010101011011111001011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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