#383375

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

Shades of Deep Koamaru #383375

Tints of Deep Koamaru #383375

Color information

#383375 (or 0x383375) is unknown color: approx Deep Koamaru. HEX triplet: 38, 33 and 75. RGB value is (56,51,117). Sum of RGB (Red+Green+Blue) = 56+51+117=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #383375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383375 is #C7CC8A. Grayscale: #3B3B3B. Windows color (decimal): -13094027 or 7680824. OLE color: 7680824.

HSL color Cylindrical-coordinate representation of color #383375: hue angle of 244.55º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #383375 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5651117-
CMYK0.520.5600.54
HSL244.55º39.29%32.94%-
HSV(B)244.55º56.41%45.88%-
XYZ6.034.4917.38-
YUV60.02160.16125.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 51 (20.31% from 255) = 22.77%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=25%
G=22.77%
B=52.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56511170.520.5600.54244.5539.2932.94
Hex3833753438036f52721
Octal706316564700663654741
Binary1110001100111110101110100111000011011011110101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383375; }

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

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

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

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

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

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

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

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