#393462

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

Shades of Deep Koamaru #393462

Tints of Deep Koamaru #393462

Color information

#393462 (or 0x393462) is unknown color: approx Deep Koamaru. HEX triplet: 39, 34 and 62. RGB value is (57,52,98). Sum of RGB (Red+Green+Blue) = 57+52+98=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #393462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393462 is #C6CB9D. Grayscale: #3A3A3A. Windows color (decimal): -13028254 or 6435897. OLE color: 6435897.

HSL color Cylindrical-coordinate representation of color #393462: hue angle of 246.52º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #393462 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB575298-
CMYK0.420.4700.62
HSL246.52º30.67%29.41%-
HSV(B)246.52º46.94%38.43%-
XYZ5.124.2112.1-
YUV58.74150.16126.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 98 (38.67% from 255) = 47.34%
R=27.54%
G=25.12%
B=47.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5752980.420.4700.62246.5230.6729.41
Hex3934622A2F03Ef71f1d
Octal716414252570763673735
Binary11100111010011000101010101011110111110111101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393462; }

 p { color: rgb(57,52,98); }

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

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

 a { background-color: rgb(57,52,98); }

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

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

 span { border-color: rgb(57,52,98); }

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