#3A3B67

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

Shades of Deep Koamaru #3A3B67

Tints of Deep Koamaru #3A3B67

Color information

#3A3B67 (or 0x3A3B67) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 3B and 67. RGB value is (58,59,103). Sum of RGB (Red+Green+Blue) = 58+59+103=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #3A3B67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3B67 is #C5C498. Grayscale: #3F3F3F. Windows color (decimal): -12960921 or 6765370. OLE color: 6765370.

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

Color convert

RGB5859103-
CMYK0.440.4300.60
HSL238.67º27.95%31.57%-
HSV(B)238.67º43.69%40.39%-
XYZ5.765.0113.49-
YUV63.72150.17123.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.36%
GREEN value IS 59 (23.44% from 255) = 26.82%
BLUE value IS 103 (40.62% from 255) = 46.82%
R=26.36%
G=26.82%
B=46.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal58591030.440.4300.60238.6727.9531.57
Hex3A3B672C2B03Cef1c20
Octal727314754530743573440
Binary111010111011110011110110010101101111001110111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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