#355A6A

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

Shades of Blumine #355A6A

Tints of Blumine #355A6A

Color information

#355A6A (or 0x355A6A) is unknown color: approx Blumine. HEX triplet: 35, 5A and 6A. RGB value is (53,90,106). Sum of RGB (Red+Green+Blue) = 53+90+106=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 106 - color contains mainly: blue. Hex color #355A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A6A is #CAA595. Grayscale: #505050. Windows color (decimal): -13280662 or 6969909. OLE color: 6969909.

HSL color Cylindrical-coordinate representation of color #355A6A: hue angle of 198.11º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #355A6A is Cyan = 0.5, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5390106-
CMYK0.50.1500.58
HSL198.11º33.33%31.18%-
HSV(B)198.11º50%41.57%-
XYZ7.739.1114.99-
YUV80.76142.24108.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 106 (41.80% from 255) = 42.57%
R=21.29%
G=36.14%
B=42.57%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53901060.50.1500.58198.1133.3331.18
Hex355A6A32F03Ac6211f
Octal6513215262170723064137
Binary11010110110101101010110010111101110101100011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,90,106); }

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

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

 a { background-color: rgb(53,90,106); }

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

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

 span { border-color: rgb(53,90,106); }

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