#383365

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

Shades of Deep Koamaru #383365

Tints of Deep Koamaru #383365

Color information

#383365 (or 0x383365) is unknown color: approx Deep Koamaru. HEX triplet: 38, 33 and 65. RGB value is (56,51,101). Sum of RGB (Red+Green+Blue) = 56+51+101=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #383365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383365 is #C7CC9A. Grayscale: #3A3A3A. Windows color (decimal): -13094043 or 6632248. OLE color: 6632248.

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

Color convert

RGB5651101-
CMYK0.450.5000.60
HSL246º32.89%29.8%-
HSV(B)246º49.5%39.61%-
XYZ5.164.1512.84-
YUV58.2152.16126.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 51 (20.31% from 255) = 24.52%
BLUE value IS 101 (39.84% from 255) = 48.56%
R=26.92%
G=24.52%
B=48.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56511010.450.5000.6024632.8929.8
Hex3833652D3203Cf6211e
Octal706314555620743664136
Binary111000110011110010110110111001001111001111011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383365; }

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

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

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

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

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

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

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

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