#3F3C62

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

Shades of Deep Koamaru #3F3C62

Tints of Deep Koamaru #3F3C62

Color information

#3F3C62 (or 0x3F3C62) is unknown color: approx Deep Koamaru. HEX triplet: 3F, 3C and 62. RGB value is (63,60,98). Sum of RGB (Red+Green+Blue) = 63+60+98=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F3C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3C62 is #C0C39D. Grayscale: #414141. Windows color (decimal): -12632990 or 6437951. OLE color: 6437951.

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

Color convert

RGB636098-
CMYK0.360.3900.62
HSL244.74º24.05%30.98%-
HSV(B)244.74º38.78%38.43%-
XYZ5.875.1712.24-
YUV65.23146.49126.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.51%
GREEN value IS 60 (23.83% from 255) = 27.15%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=28.51%
G=27.15%
B=44.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6360980.360.3900.62244.7424.0530.98
Hex3F3C62242703Ef5181f
Octal777414244470763653037
Binary11111111110011000101001001001110111110111101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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