#3b376e

Color #3B376E Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #3B376E

Tints of Deep Koamaru #3B376E

Color information

#3B376E (or 0x3B376E) is unknown color: approx Deep Koamaru. HEX triplet: 3B, 37 and 6E. RGB value is (59,55,110). Sum of RGB (Red+Green+Blue) = 59+55+110=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B376E is #C4C891. Grayscale: #3E3E3E. Windows color (decimal): -12896402 or 7223099. OLE color: 7223099.

HSL color Cylindrical-coordinate representation of color #3B376E: hue angle of 244.36º 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 #3B376E is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5955110-
CMYK0.460.500.57
HSL244.36º33.33%32.35%-
HSV(B)244.36º50%43.14%-
XYZ5.984.7915.36-
YUV62.47154.83125.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.34%
GREEN value IS 55 (21.88% from 255) = 24.55%
BLUE value IS 110 (43.36% from 255) = 49.11%
R=26.34%
G=24.55%
B=49.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59551100.460.500.57244.3633.3332.35
Hex3B376E2E32039f42120
Octal736715656620713644140
Binary1110111101111101110101110110010011100111110100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b376e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3b376e; }

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

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

<style>
 a { background-color: #3b376e; }

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

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

<style>
 span { border-color: #3b376e; }

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

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