#38375A

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

Shades of Deep Koamaru #38375A

Tints of Deep Koamaru #38375A

Color information

#38375A (or 0x38375A) is unknown color: approx Deep Koamaru. HEX triplet: 38, 37 and 5A. RGB value is (56,55,90). Sum of RGB (Red+Green+Blue) = 56+55+90=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #38375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38375A is #C7C8A5. Grayscale: #3B3B3B. Windows color (decimal): -13093030 or 5912376. OLE color: 5912376.

HSL color Cylindrical-coordinate representation of color #38375A: hue angle of 241.71º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #38375A is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB565590-
CMYK0.380.3900.65
HSL241.71º24.14%28.43%-
HSV(B)241.71º38.89%35.29%-
XYZ4.844.3110.25-
YUV59.29145.33125.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 55 (21.88% from 255) = 27.36%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=27.86%
G=27.36%
B=44.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5655900.380.3900.65241.7124.1428.43
Hex38375A2627041f2181c
Octal7067132464701013623034
Binary111000110111101101010011010011101000001111100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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