#3B3860

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

Shades of Deep Koamaru #3B3860

Tints of Deep Koamaru #3B3860

Color information

#3B3860 (or 0x3B3860) is unknown color: approx Deep Koamaru. HEX triplet: 3B, 38 and 60. RGB value is (59,56,96). Sum of RGB (Red+Green+Blue) = 59+56+96=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B3860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3860 is #C4C79F. Grayscale: #3D3D3D. Windows color (decimal): -12896160 or 6305851. OLE color: 6305851.

HSL color Cylindrical-coordinate representation of color #3B3860: hue angle of 244.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B3860 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB595696-
CMYK0.390.4200.62
HSL244.5º26.32%29.8%-
HSV(B)244.5º41.67%37.65%-
XYZ5.334.611.67-
YUV61.46147.49126.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.96%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=27.96%
G=26.54%
B=45.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5956960.390.4200.62244.526.3229.8
Hex3B3860272A03Ef41a1e
Octal737014047520763643236
Binary11101111100011000001001111010100111110111101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,56,96); }

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

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

 a { background-color: rgb(59,56,96); }

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

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

 span { border-color: rgb(59,56,96); }

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