#3C3862

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

Shades of Deep Koamaru #3C3862

Tints of Deep Koamaru #3C3862

Color information

#3C3862 (or 0x3C3862) is unknown color: approx Deep Koamaru. HEX triplet: 3C, 38 and 62. RGB value is (60,56,98). Sum of RGB (Red+Green+Blue) = 60+56+98=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C3862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3862 is #C3C79D. Grayscale: #3D3D3D. Windows color (decimal): -12830622 or 6436924. OLE color: 6436924.

HSL color Cylindrical-coordinate representation of color #3C3862: hue angle of 245.71º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C3862 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB605698-
CMYK0.390.4300.62
HSL245.71º27.27%30.2%-
HSV(B)245.71º42.86%38.43%-
XYZ5.484.6712.17-
YUV61.98148.33126.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.04%
GREEN value IS 56 (22.27% from 255) = 26.17%
BLUE value IS 98 (38.67% from 255) = 45.79%
R=28.04%
G=26.17%
B=45.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6056980.390.4300.62245.7127.2730.2
Hex3C3862272B03Ef61b1e
Octal747014247530763663336
Binary11110011100011000101001111010110111110111101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,56,98); }

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

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

 a { background-color: rgb(60,56,98); }

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

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

 span { border-color: rgb(60,56,98); }

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