#375B69

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

Shades of Blumine #375B69

Tints of Blumine #375B69

Color information

#375B69 (or 0x375B69) is unknown color: approx Blumine. HEX triplet: 37, 5B and 69. RGB value is (55,91,105). Sum of RGB (Red+Green+Blue) = 55+91+105=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: blue. Hex color #375B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B69 is #C8A496. Grayscale: #515151. Windows color (decimal): -13149335 or 6904631. OLE color: 6904631.

HSL color Cylindrical-coordinate representation of color #375B69: hue angle of 196.8º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #375B69 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5591105-
CMYK0.480.1300.59
HSL196.8º31.25%31.37%-
HSV(B)196.8º47.62%41.18%-
XYZ7.879.3114.75-
YUV81.83141.07108.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.91%
GREEN value IS 91 (35.94% from 255) = 36.25%
BLUE value IS 105 (41.41% from 255) = 41.83%
R=21.91%
G=36.25%
B=41.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55911050.480.1300.59196.831.2531.37
Hex375B6930D03Bc51f1f
Octal6713315160150733053737
Binary1101111011011110100111000011010111011110001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,91,105); }

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

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

 a { background-color: rgb(55,91,105); }

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

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

 span { border-color: rgb(55,91,105); }

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