#383275

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

Shades of Deep Koamaru #383275

Tints of Deep Koamaru #383275

Color information

#383275 (or 0x383275) is unknown color: approx Deep Koamaru. HEX triplet: 38, 32 and 75. RGB value is (56,50,117). Sum of RGB (Red+Green+Blue) = 56+50+117=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #383275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383275 is #C7CD8A. Grayscale: #3B3B3B. Windows color (decimal): -13094283 or 7680568. OLE color: 7680568.

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

Color convert

RGB5650117-
CMYK0.520.5700.54
HSL245.37º40.12%32.75%-
HSV(B)245.37º57.26%45.88%-
XYZ5.984.4117.36-
YUV59.43160.49125.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.11%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=25.11%
G=22.42%
B=52.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56501170.520.5700.54245.3740.1232.75
Hex3832753439036f52821
Octal706216564710663655041
Binary1110001100101110101110100111001011011011110101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383275; }

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

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

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

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

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

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

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

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