#3B396D

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

Shades of Deep Koamaru #3B396D

Tints of Deep Koamaru #3B396D

Color information

#3B396D (or 0x3B396D) is unknown color: approx Deep Koamaru. HEX triplet: 3B, 39 and 6D. RGB value is (59,57,109). Sum of RGB (Red+Green+Blue) = 59+57+109=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B396D is #C4C692. Grayscale: #3F3F3F. Windows color (decimal): -12895891 or 7158075. OLE color: 7158075.

HSL color Cylindrical-coordinate representation of color #3B396D: hue angle of 242.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B396D is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5957109-
CMYK0.460.4800.57
HSL242.31º31.33%32.55%-
HSV(B)242.31º47.71%42.75%-
XYZ6.034.9615.11-
YUV63.53153.66124.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.22%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=26.22%
G=25.33%
B=48.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59571090.460.4800.57242.3131.3332.55
Hex3B396D2E30039f21f21
Octal737115556600713623741
Binary111011111001110110110111011000001110011111001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,57,109); }

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

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

 a { background-color: rgb(59,57,109); }

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

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

 span { border-color: rgb(59,57,109); }

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