#393465

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

Shades of Deep Koamaru #393465

Tints of Deep Koamaru #393465

Color information

#393465 (or 0x393465) is unknown color: approx Deep Koamaru. HEX triplet: 39, 34 and 65. RGB value is (57,52,101). Sum of RGB (Red+Green+Blue) = 57+52+101=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #393465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393465 is #C6CB9A. Grayscale: #3A3A3A. Windows color (decimal): -13028251 or 6632505. OLE color: 6632505.

HSL color Cylindrical-coordinate representation of color #393465: hue angle of 246.12º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #393465 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5752101-
CMYK0.440.4900.60
HSL246.12º32.03%30%-
HSV(B)246.12º48.51%39.61%-
XYZ5.264.2712.86-
YUV59.08151.66126.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 101 (39.84% from 255) = 48.10%
R=27.14%
G=24.76%
B=48.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57521010.440.4900.60246.1232.0330
Hex3934652C3103Cf6201e
Octal716414554610743664036
Binary111001110100110010110110011000101111001111011010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393465; }

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

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

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

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

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

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

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

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