#383960

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

Shades of Deep Koamaru #383960

Tints of Deep Koamaru #383960

Color information

#383960 (or 0x383960) is unknown color: approx Deep Koamaru. HEX triplet: 38, 39 and 60. RGB value is (56,57,96). Sum of RGB (Red+Green+Blue) = 56+57+96=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #383960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383960 is #C7C69F. Grayscale: #3C3C3C. Windows color (decimal): -13092512 or 6306104. OLE color: 6306104.

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

Color convert

RGB565796-
CMYK0.420.4100.62
HSL238.5º26.32%29.8%-
HSV(B)238.5º41.67%37.65%-
XYZ5.214.6111.68-
YUV61.15147.67124.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 57 (22.66% from 255) = 27.27%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=26.79%
G=27.27%
B=45.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5657960.420.4100.62238.526.3229.8
Hex3839602A2903Eee1a1e
Octal707114052510763563236
Binary11100011100111000001010101010010111110111011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383960; }

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

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

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

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

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

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

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

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