#383475

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

Shades of Deep Koamaru #383475

Tints of Deep Koamaru #383475

Color information

#383475 (or 0x383475) is unknown color: approx Deep Koamaru. HEX triplet: 38, 34 and 75. RGB value is (56,52,117). Sum of RGB (Red+Green+Blue) = 56+52+117=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #383475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383475 is #C7CB8A. Grayscale: #3C3C3C. Windows color (decimal): -13093771 or 7681080. OLE color: 7681080.

HSL color Cylindrical-coordinate representation of color #383475: hue angle of 243.69º degrees, saturation: 0.38, 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 #383475 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5652117-
CMYK0.520.5600.54
HSL243.69º38.46%33.14%-
HSV(B)243.69º55.56%45.88%-
XYZ6.074.5817.39-
YUV60.61159.83124.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 117 (46.09% from 255) = 52%
R=24.89%
G=23.11%
B=52%

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
Decimal56521170.520.5600.54243.6938.4633.14
Hex3834753438036f42621
Octal706416564700663644641
Binary1110001101001110101110100111000011011011110100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383475; }

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

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

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

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

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

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

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

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