#3B3768

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

Shades of Deep Koamaru #3B3768

Tints of Deep Koamaru #3B3768

Color information

#3B3768 (or 0x3B3768) is unknown color: approx Deep Koamaru. HEX triplet: 3B, 37 and 68. RGB value is (59,55,104). Sum of RGB (Red+Green+Blue) = 59+55+104=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #3B3768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3768 is #C4C897. Grayscale: #3D3D3D. Windows color (decimal): -12896408 or 6829883. OLE color: 6829883.

HSL color Cylindrical-coordinate representation of color #3B3768: hue angle of 244.9º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B3768 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5955104-
CMYK0.430.4700.59
HSL244.9º30.82%31.18%-
HSV(B)244.9º47.12%40.78%-
XYZ5.674.6613.7-
YUV61.78151.83126.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.06%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=27.06%
G=25.23%
B=47.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal59551040.430.4700.59244.930.8231.18
Hex3B37682B2F03Bf51f1f
Octal736715053570733653737
Binary11101111011111010001010111011110111011111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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