#38366C

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

Shades of Deep Koamaru #38366C

Tints of Deep Koamaru #38366C

Color information

#38366C (or 0x38366C) is unknown color: approx Deep Koamaru. HEX triplet: 38, 36 and 6C. RGB value is (56,54,108). Sum of RGB (Red+Green+Blue) = 56+54+108=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #38366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38366C is #C7C993. Grayscale: #3C3C3C. Windows color (decimal): -13093268 or 7091768. OLE color: 7091768.

HSL color Cylindrical-coordinate representation of color #38366C: hue angle of 242.22º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38366C is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5654108-
CMYK0.480.5000.58
HSL242.22º33.33%31.76%-
HSV(B)242.22º50%42.35%-
XYZ5.664.5614.77-
YUV60.75154.66124.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 108 (42.58% from 255) = 49.54%
R=25.69%
G=24.77%
B=49.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56541080.480.5000.58242.2233.3331.76
Hex38366C303203Af22120
Octal706615460620723624140
Binary1110001101101101100110000110010011101011110010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38366C; }

 p { color: rgb(56,54,108); }

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

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

 a { background-color: rgb(56,54,108); }

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

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

 span { border-color: rgb(56,54,108); }

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