#38375C

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

Shades of Deep Koamaru #38375C

Tints of Deep Koamaru #38375C

Color information

#38375C (or 0x38375C) is unknown color: approx Deep Koamaru. HEX triplet: 38, 37 and 5C. RGB value is (56,55,92). Sum of RGB (Red+Green+Blue) = 56+55+92=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #38375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38375C is #C7C8A3. Grayscale: #3B3B3B. Windows color (decimal): -13093028 or 6043448. OLE color: 6043448.

HSL color Cylindrical-coordinate representation of color #38375C: hue angle of 241.62º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38375C is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB565592-
CMYK0.390.4000.64
HSL241.62º25.17%28.82%-
HSV(B)241.62º40.22%36.08%-
XYZ4.934.3510.7-
YUV59.52146.33125.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 55 (21.88% from 255) = 27.09%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=27.59%
G=27.09%
B=45.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5655920.390.4000.64241.6225.1728.82
Hex38375C2728040f2191d
Octal7067134475001003623135
Binary111000110111101110010011110100001000000111100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,55,92); }

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

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

 a { background-color: rgb(56,55,92); }

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

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

 span { border-color: rgb(56,55,92); }

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