#3A3B68

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

Shades of Deep Koamaru #3A3B68

Tints of Deep Koamaru #3A3B68

Color information

#3A3B68 (or 0x3A3B68) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 3B and 68. RGB value is (58,59,104). Sum of RGB (Red+Green+Blue) = 58+59+104=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #3A3B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3B68 is #C5C497. Grayscale: #3F3F3F. Windows color (decimal): -12960920 or 6830906. OLE color: 6830906.

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

Color convert

RGB5859104-
CMYK0.440.4300.59
HSL238.7º28.4%31.76%-
HSV(B)238.7º44.23%40.78%-
XYZ5.815.0313.76-
YUV63.83150.67123.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.24%
GREEN value IS 59 (23.44% from 255) = 26.70%
BLUE value IS 104 (41.02% from 255) = 47.06%
R=26.24%
G=26.70%
B=47.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58591040.440.4300.59238.728.431.76
Hex3A3B682C2B03Bef1c20
Octal727315054530733573440
Binary111010111011110100010110010101101110111110111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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