#375C67

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

Shades of Blumine #375C67

Tints of Blumine #375C67

Color information

#375C67 (or 0x375C67) is unknown color: approx Blumine. HEX triplet: 37, 5C and 67. RGB value is (55,92,103). Sum of RGB (Red+Green+Blue) = 55+92+103=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #375C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C67 is #C8A398. Grayscale: #525252. Windows color (decimal): -13149081 or 6773815. OLE color: 6773815.

HSL color Cylindrical-coordinate representation of color #375C67: hue angle of 193.75º 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 #375C67 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5592103-
CMYK0.470.1100.60
HSL193.75º30.38%30.98%-
HSV(B)193.75º46.6%40.39%-
XYZ7.859.4514.24-
YUV82.19139.74108.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 92 (36.33% from 255) = 36.8%
BLUE value IS 103 (40.62% from 255) = 41.2%
R=22%
G=36.8%
B=41.2%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55921030.470.1100.60193.7530.3830.98
Hex375C672FB03Cc21e1f
Octal6713414757130743023637
Binary1101111011100110011110111110110111100110000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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