#38395B

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

Shades of Deep Koamaru #38395B

Tints of Deep Koamaru #38395B

Color information

#38395B (or 0x38395B) is unknown color: approx Deep Koamaru. HEX triplet: 38, 39 and 5B. RGB value is (56,57,91). Sum of RGB (Red+Green+Blue) = 56+57+91=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #38395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38395B is #C7C6A4. Grayscale: #3C3C3C. Windows color (decimal): -13092517 or 5978424. OLE color: 5978424.

HSL color Cylindrical-coordinate representation of color #38395B: hue angle of 238.29º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38395B is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB565791-
CMYK0.380.3700.64
HSL238.29º23.81%28.82%-
HSV(B)238.29º38.46%35.69%-
XYZ4.984.5210.51-
YUV60.58145.17124.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=27.45%
G=27.94%
B=44.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5657910.380.3700.64238.2923.8128.82
Hex38395B2625040ee181d
Octal7071133464501003563035
Binary111000111001101101110011010010101000000111011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38395B; }

 p { color: rgb(56,57,91); }

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

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

 a { background-color: rgb(56,57,91); }

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

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

 span { border-color: rgb(56,57,91); }

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