#383269

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

Shades of Deep Koamaru #383269

Tints of Deep Koamaru #383269

Color information

#383269 (or 0x383269) is unknown color: approx Deep Koamaru. HEX triplet: 38, 32 and 69. RGB value is (56,50,105). Sum of RGB (Red+Green+Blue) = 56+50+105=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #383269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383269 is #C7CD96. Grayscale: #393939. Windows color (decimal): -13094295 or 6894136. OLE color: 6894136.

HSL color Cylindrical-coordinate representation of color #383269: hue angle of 246.55º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #383269 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5650105-
CMYK0.470.5200.59
HSL246.55º35.48%30.39%-
HSV(B)246.55º52.38%41.18%-
XYZ5.324.1413.88-
YUV58.06154.49126.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 50 (19.92% from 255) = 23.70%
BLUE value IS 105 (41.41% from 255) = 49.76%
R=26.54%
G=23.70%
B=49.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56501050.470.5200.59246.5535.4830.39
Hex3832692F3403Bf7231e
Octal706215157640733674336
Binary111000110010110100110111111010001110111111011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383269; }

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

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

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

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

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

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

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

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