#38366E

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

Shades of Deep Koamaru #38366E

Tints of Deep Koamaru #38366E

Color information

#38366E (or 0x38366E) is unknown color: approx Deep Koamaru. HEX triplet: 38, 36 and 6E. RGB value is (56,54,110). Sum of RGB (Red+Green+Blue) = 56+54+110=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #38366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38366E is #C7C991. Grayscale: #3C3C3C. Windows color (decimal): -13093266 or 7222840. OLE color: 7222840.

HSL color Cylindrical-coordinate representation of color #38366E: hue angle of 242.14º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38366E is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5654110-
CMYK0.490.5100.57
HSL242.14º34.15%32.16%-
HSV(B)242.14º50.91%43.14%-
XYZ5.764.615.34-
YUV60.98155.66124.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 54 (21.48% from 255) = 24.55%
BLUE value IS 110 (43.36% from 255) = 50%
R=25.45%
G=24.55%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56541100.490.5100.57242.1434.1532.16
Hex38366E3133039f22220
Octal706615661630713624240
Binary1110001101101101110110001110011011100111110010100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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