#3B3A67

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

Shades of Deep Koamaru #3B3A67

Tints of Deep Koamaru #3B3A67

Color information

#3B3A67 (or 0x3B3A67) is unknown color: approx Deep Koamaru. HEX triplet: 3B, 3A and 67. RGB value is (59,58,103). Sum of RGB (Red+Green+Blue) = 59+58+103=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 58 (23.05% from 255 or 26.36% 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 #3B3A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3A67 is #C4C598. Grayscale: #3F3F3F. Windows color (decimal): -12895641 or 6765115. OLE color: 6765115.

HSL color Cylindrical-coordinate representation of color #3B3A67: hue angle of 241.33º 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 #3B3A67 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5958103-
CMYK0.430.4400.60
HSL241.33º27.95%31.57%-
HSV(B)241.33º43.69%40.39%-
XYZ5.764.9413.48-
YUV63.43150.33124.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal59581030.430.4400.60241.3327.9531.57
Hex3B3A672B2C03Cf11c20
Octal737214753540743613440
Binary111011111010110011110101110110001111001111000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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