#375F6A

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

Shades of Blumine #375F6A

Tints of Blumine #375F6A

Color information

#375F6A (or 0x375F6A) is unknown color: approx Blumine. HEX triplet: 37, 5F and 6A. RGB value is (55,95,106). Sum of RGB (Red+Green+Blue) = 55+95+106=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #375F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F6A is #C8A095. Grayscale: #545454. Windows color (decimal): -13148310 or 6971191. OLE color: 6971191.

HSL color Cylindrical-coordinate representation of color #375F6A: hue angle of 192.94º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #375F6A is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5595106-
CMYK0.480.1000.58
HSL192.94º31.68%31.57%-
HSV(B)192.94º48.11%41.57%-
XYZ8.2710.0415.14-
YUV84.29140.25107.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=21.48%
G=37.11%
B=41.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55951060.480.1000.58192.9431.6831.57
Hex375F6A30A03Ac12020
Octal6713715260120723014040
Binary110111101111111010101100001010011101011000001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375F6A; }

 p { color: rgb(55,95,106); }

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

<style>
 a { background-color: #375F6A; }

 a { background-color: rgb(55,95,106); }

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

<style>
 span { border-color: #375F6A; }

 span { border-color: rgb(55,95,106); }

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