#375C6E

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

Shades of Blumine #375C6E

Tints of Blumine #375C6E

Color information

#375C6E (or 0x375C6E) is unknown color: approx Blumine. HEX triplet: 37, 5C and 6E. RGB value is (55,92,110). Sum of RGB (Red+Green+Blue) = 55+92+110=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 110 - color contains mainly: blue. Hex color #375C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C6E is #C8A391. Grayscale: #525252. Windows color (decimal): -13149074 or 7232567. OLE color: 7232567.

HSL color Cylindrical-coordinate representation of color #375C6E: hue angle of 199.64º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #375C6E is Cyan = 0.5, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5592110-
CMYK0.50.1600.57
HSL199.64º33.33%32.35%-
HSV(B)199.64º50%43.14%-
XYZ8.229.5916.17-
YUV82.99143.24108.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 92 (36.33% from 255) = 35.80%
BLUE value IS 110 (43.36% from 255) = 42.80%
R=21.40%
G=35.80%
B=42.80%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55921100.50.1600.57199.6433.3332.35
Hex375C6E3210039c82120
Octal6713415662200713104140
Binary1101111011100110111011001010000011100111001000100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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