#383963

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

Shades of Deep Koamaru #383963

Tints of Deep Koamaru #383963

Color information

#383963 (or 0x383963) is unknown color: approx Deep Koamaru. HEX triplet: 38, 39 and 63. RGB value is (56,57,99). Sum of RGB (Red+Green+Blue) = 56+57+99=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #383963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383963 is #C7C69C. Grayscale: #3D3D3D. Windows color (decimal): -13092509 or 6502712. OLE color: 6502712.

HSL color Cylindrical-coordinate representation of color #383963: hue angle of 238.6º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #383963 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB565799-
CMYK0.430.4200.61
HSL238.6º27.74%30.39%-
HSV(B)238.6º43.43%38.82%-
XYZ5.354.6712.42-
YUV61.49149.17124.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 99 (39.06% from 255) = 46.70%
R=26.42%
G=26.89%
B=46.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5657990.430.4200.61238.627.7430.39
Hex3839632B2A03Def1c1e
Octal707114353520753573436
Binary11100011100111000111010111010100111101111011111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383963; }

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

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

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

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

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

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

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

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