#38355F

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

Shades of Deep Koamaru #38355F

Tints of Deep Koamaru #38355F

Color information

#38355F (or 0x38355F) is unknown color: approx Deep Koamaru. HEX triplet: 38, 35 and 5F. RGB value is (56,53,95). Sum of RGB (Red+Green+Blue) = 56+53+95=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #38355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38355F is #C7CAA0. Grayscale: #3A3A3A. Windows color (decimal): -13093537 or 6239544. OLE color: 6239544.

HSL color Cylindrical-coordinate representation of color #38355F: hue angle of 244.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #38355F is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB565395-
CMYK0.410.4400.63
HSL244.29º28.38%29.02%-
HSV(B)244.29º44.21%37.25%-
XYZ4.974.2111.38-
YUV58.68148.49126.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 95 (37.5% from 255) = 46.57%
R=27.45%
G=25.98%
B=46.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5653950.410.4400.63244.2928.3829.02
Hex38355F292C03Ff41c1d
Octal706513751540773643435
Binary11100011010110111111010011011000111111111101001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38355F; }

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

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

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

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

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

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

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

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