#3B3967

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

Shades of Deep Koamaru #3B3967

Tints of Deep Koamaru #3B3967

Color information

#3B3967 (or 0x3B3967) is unknown color: approx Deep Koamaru. HEX triplet: 3B, 39 and 67. RGB value is (59,57,103). Sum of RGB (Red+Green+Blue) = 59+57+103=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #3B3967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3967 is #C4C698. Grayscale: #3E3E3E. Windows color (decimal): -12895897 or 6764859. OLE color: 6764859.

HSL color Cylindrical-coordinate representation of color #3B3967: hue angle of 242.61º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B3967 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5957103-
CMYK0.430.4500.60
HSL242.61º28.75%31.37%-
HSV(B)242.61º44.66%40.39%-
XYZ5.714.8413.46-
YUV62.84150.66125.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.94%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 103 (40.62% from 255) = 47.03%
R=26.94%
G=26.03%
B=47.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal59571030.430.4500.60242.6128.7531.37
Hex3B39672B2D03Cf31d1f
Octal737114753550743633537
Binary11101111100111001111010111011010111100111100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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