#383665

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

Shades of Deep Koamaru #383665

Tints of Deep Koamaru #383665

Color information

#383665 (or 0x383665) is unknown color: approx Deep Koamaru. HEX triplet: 38, 36 and 65. RGB value is (56,54,101). Sum of RGB (Red+Green+Blue) = 56+54+101=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #383665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383665 is #C7C99A. Grayscale: #3B3B3B. Windows color (decimal): -13093275 or 6633016. OLE color: 6633016.

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

Color convert

RGB5654101-
CMYK0.450.4700.60
HSL242.55º30.32%30.39%-
HSV(B)242.55º46.53%39.61%-
XYZ5.34.4212.89-
YUV59.96151.16125.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 54 (21.48% from 255) = 25.59%
BLUE value IS 101 (39.84% from 255) = 47.87%
R=26.54%
G=25.59%
B=47.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56541010.450.4700.60242.5530.3230.39
Hex3836652D2F03Cf31e1e
Octal706614555570743633636
Binary11100011011011001011011011011110111100111100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383665; }

 p { color: rgb(56,54,101); }

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

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

 a { background-color: rgb(56,54,101); }

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

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

 span { border-color: rgb(56,54,101); }

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