#383460

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

Shades of Deep Koamaru #383460

Tints of Deep Koamaru #383460

Color information

#383460 (or 0x383460) is unknown color: approx Deep Koamaru. HEX triplet: 38, 34 and 60. RGB value is (56,52,96). Sum of RGB (Red+Green+Blue) = 56+52+96=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #383460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383460 is #C7CB9F. Grayscale: #3A3A3A. Windows color (decimal): -13093792 or 6304824. OLE color: 6304824.

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

Color convert

RGB565296-
CMYK0.420.4600.62
HSL245.45º29.73%29.02%-
HSV(B)245.45º45.83%37.65%-
XYZ4.974.1411.6-
YUV58.21149.33126.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=27.45%
G=25.49%
B=47.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5652960.420.4600.62245.4529.7329.02
Hex3834602A2E03Ef51e1d
Octal706414052560763653635
Binary11100011010011000001010101011100111110111101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383460; }

 p { color: rgb(56,52,96); }

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

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

 a { background-color: rgb(56,52,96); }

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

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

 span { border-color: rgb(56,52,96); }

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