#383563

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

Shades of Deep Koamaru #383563

Tints of Deep Koamaru #383563

Color information

#383563 (or 0x383563) is unknown color: approx Deep Koamaru. HEX triplet: 38, 35 and 63. RGB value is (56,53,99). Sum of RGB (Red+Green+Blue) = 56+53+99=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #383563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383563 is #C7CA9C. Grayscale: #3A3A3A. Windows color (decimal): -13093533 or 6501688. OLE color: 6501688.

HSL color Cylindrical-coordinate representation of color #383563: hue angle of 243.91º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #383563 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB565399-
CMYK0.430.4600.61
HSL243.91º30.26%29.8%-
HSV(B)243.91º46.46%38.82%-
XYZ5.164.2912.36-
YUV59.14150.49125.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=26.92%
G=25.48%
B=47.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5653990.430.4600.61243.9130.2629.8
Hex3835632B2E03Df41e1e
Octal706514353560753643636
Binary11100011010111000111010111011100111101111101001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383563; }

 p { color: rgb(56,53,99); }

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

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

 a { background-color: rgb(56,53,99); }

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

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

 span { border-color: rgb(56,53,99); }

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