#383265

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

Shades of Deep Koamaru #383265

Tints of Deep Koamaru #383265

Color information

#383265 (or 0x383265) is unknown color: approx Deep Koamaru. HEX triplet: 38, 32 and 65. RGB value is (56,50,101). Sum of RGB (Red+Green+Blue) = 56+50+101=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #383265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383265 is #C7CD9A. Grayscale: #393939. Windows color (decimal): -13094299 or 6631992. OLE color: 6631992.

HSL color Cylindrical-coordinate representation of color #383265: hue angle of 247.06º degrees, saturation: 0.34, 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 #383265 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5650101-
CMYK0.450.5000.60
HSL247.06º33.77%29.61%-
HSV(B)247.06º50.5%39.61%-
XYZ5.124.0612.83-
YUV57.61152.49126.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 101 (39.84% from 255) = 48.79%
R=27.05%
G=24.15%
B=48.79%

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
Decimal56501010.450.5000.60247.0633.7729.61
Hex3832652D3203Cf7221e
Octal706214555620743674236
Binary111000110010110010110110111001001111001111011110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383265; }

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

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

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

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

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

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

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

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