#3A3769

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

Shades of Deep Koamaru #3A3769

Tints of Deep Koamaru #3A3769

Color information

#3A3769 (or 0x3A3769) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 37 and 69. RGB value is (58,55,105). Sum of RGB (Red+Green+Blue) = 58+55+105=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #3A3769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3769 is #C5C896. Grayscale: #3D3D3D. Windows color (decimal): -12961943 or 6895418. OLE color: 6895418.

HSL color Cylindrical-coordinate representation of color #3A3769: hue angle of 243.6º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A3769 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5855105-
CMYK0.450.4800.59
HSL243.6º31.25%31.37%-
HSV(B)243.6º47.62%41.18%-
XYZ5.664.6513.96-
YUV61.6152.49125.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.61%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=26.61%
G=25.23%
B=48.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58551050.450.4800.59243.631.2531.37
Hex3A37692D3003Bf41f1f
Octal726715155600733643737
Binary11101011011111010011011011100000111011111101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,55,105); }

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

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

 a { background-color: rgb(58,55,105); }

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

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

 span { border-color: rgb(58,55,105); }

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