#375A67

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

Shades of Blumine #375A67

Tints of Blumine #375A67

Color information

#375A67 (or 0x375A67) is unknown color: approx Blumine. HEX triplet: 37, 5A and 67. RGB value is (55,90,103). Sum of RGB (Red+Green+Blue) = 55+90+103=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #375A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A67 is #C8A598. Grayscale: #505050. Windows color (decimal): -13149593 or 6773303. OLE color: 6773303.

HSL color Cylindrical-coordinate representation of color #375A67: hue angle of 196.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #375A67 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5590103-
CMYK0.470.1300.60
HSL196.25º30.38%30.98%-
HSV(B)196.25º46.6%40.39%-
XYZ7.689.114.18-
YUV81.02140.4109.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.18%
GREEN value IS 90 (35.55% from 255) = 36.29%
BLUE value IS 103 (40.62% from 255) = 41.53%
R=22.18%
G=36.29%
B=41.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55901030.470.1300.60196.2530.3830.98
Hex375A672FD03Cc41e1f
Octal6713214757150743043637
Binary1101111011010110011110111111010111100110001001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,90,103); }

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

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

 a { background-color: rgb(55,90,103); }

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

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

 span { border-color: rgb(55,90,103); }

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