#3B3869

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

Shades of Deep Koamaru #3B3869

Tints of Deep Koamaru #3B3869

Color information

#3B3869 (or 0x3B3869) is unknown color: approx Deep Koamaru. HEX triplet: 3B, 38 and 69. RGB value is (59,56,105). Sum of RGB (Red+Green+Blue) = 59+56+105=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #3B3869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3869 is #C4C796. Grayscale: #3E3E3E. Windows color (decimal): -12896151 or 6895675. OLE color: 6895675.

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

Color convert

RGB5956105-
CMYK0.440.4700.59
HSL243.67º30.43%31.57%-
HSV(B)243.67º46.67%41.18%-
XYZ5.774.7813.98-
YUV62.48151.99125.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.82%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=26.82%
G=25.45%
B=47.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal59561050.440.4700.59243.6730.4331.57
Hex3B38692C2F03Bf41e20
Octal737015154570733643640
Binary111011111000110100110110010111101110111111010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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