#355F77

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

Shades of Blumine #355F77

Tints of Blumine #355F77

Color information

#355F77 (or 0x355F77) is unknown color: approx Blumine. HEX triplet: 35, 5F and 77. RGB value is (53,95,119). Sum of RGB (Red+Green+Blue) = 53+95+119=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #355F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F77 is #CAA088. Grayscale: #555555. Windows color (decimal): -13279369 or 7823157. OLE color: 7823157.

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

Color convert

RGB5395119-
CMYK0.550.2000.53
HSL201.82º38.37%33.73%-
HSV(B)201.82º55.46%46.67%-
XYZ8.8910.2718.97-
YUV85.18147.09105.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.85%
GREEN value IS 95 (37.5% from 255) = 35.58%
BLUE value IS 119 (46.88% from 255) = 44.57%
R=19.85%
G=35.58%
B=44.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53951190.550.2000.53201.8238.3733.73
Hex355F773714035ca2622
Octal6513716767240653124642
Binary1101011011111111011111011110100011010111001010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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