#355B67

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

Shades of Blumine #355B67

Tints of Blumine #355B67

Color information

#355B67 (or 0x355B67) is unknown color: approx Blumine. HEX triplet: 35, 5B and 67. RGB value is (53,91,103). Sum of RGB (Red+Green+Blue) = 53+91+103=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 103 - color contains mainly: blue. Hex color #355B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B67 is #CAA498. Grayscale: #505050. Windows color (decimal): -13280409 or 6773557. OLE color: 6773557.

HSL color Cylindrical-coordinate representation of color #355B67: hue angle of 194.4º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #355B67 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5391103-
CMYK0.490.1200.60
HSL194.4º32.05%30.59%-
HSV(B)194.4º48.54%40.39%-
XYZ7.669.2214.21-
YUV81.01140.41108.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.46%
GREEN value IS 91 (35.94% from 255) = 36.84%
BLUE value IS 103 (40.62% from 255) = 41.70%
R=21.46%
G=36.84%
B=41.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53911030.490.1200.60194.432.0530.59
Hex355B6731C03Cc2201f
Octal6513314761140743024037
Binary11010110110111100111110001110001111001100001010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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