#3B366D

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

Shades of Deep Koamaru #3B366D

Tints of Deep Koamaru #3B366D

Color information

#3B366D (or 0x3B366D) is unknown color: approx Deep Koamaru. HEX triplet: 3B, 36 and 6D. RGB value is (59,54,109). Sum of RGB (Red+Green+Blue) = 59+54+109=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B366D is #C4C992. Grayscale: #3D3D3D. Windows color (decimal): -12896659 or 7157307. OLE color: 7157307.

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

Color convert

RGB5954109-
CMYK0.460.5000.57
HSL245.45º33.74%31.96%-
HSV(B)245.45º50.46%42.75%-
XYZ5.884.6715.06-
YUV61.76154.66126.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.58%
GREEN value IS 54 (21.48% from 255) = 24.32%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=26.58%
G=24.32%
B=49.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59541090.460.5000.57245.4533.7431.96
Hex3B366D2E32039f52220
Octal736615556620713654240
Binary1110111101101101101101110110010011100111110101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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