#355C69

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

Shades of Blumine #355C69

Tints of Blumine #355C69

Color information

#355C69 (or 0x355C69) is unknown color: approx Blumine. HEX triplet: 35, 5C and 69. RGB value is (53,92,105). Sum of RGB (Red+Green+Blue) = 53+92+105=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 105 - color contains mainly: blue. Hex color #355C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C69 is #CAA396. Grayscale: #515151. Windows color (decimal): -13280151 or 6904885. OLE color: 6904885.

HSL color Cylindrical-coordinate representation of color #355C69: hue angle of 195º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #355C69 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5392105-
CMYK0.500.1200.59
HSL195º32.91%30.98%-
HSV(B)195º49.52%41.18%-
XYZ7.859.4314.77-
YUV81.82141.08107.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.2%
GREEN value IS 92 (36.33% from 255) = 36.8%
BLUE value IS 105 (41.41% from 255) = 42%
R=21.2%
G=36.8%
B=42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53921050.500.1200.5919532.9130.98
Hex355C6932C03Bc3211f
Octal6513415162140733034137
Binary11010110111001101001110010110001110111100001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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