#383474

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

Shades of Deep Koamaru #383474

Tints of Deep Koamaru #383474

Color information

#383474 (or 0x383474) is unknown color: approx Deep Koamaru. HEX triplet: 38, 34 and 74. RGB value is (56,52,116). Sum of RGB (Red+Green+Blue) = 56+52+116=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #383474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383474 is #C7CB8B. Grayscale: #3C3C3C. Windows color (decimal): -13093772 or 7615544. OLE color: 7615544.

HSL color Cylindrical-coordinate representation of color #383474: hue angle of 243.75º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #383474 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5652116-
CMYK0.520.5500.55
HSL243.75º38.1%32.94%-
HSV(B)243.75º55.17%45.49%-
XYZ6.014.5617.09-
YUV60.49159.33124.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 52 (20.70% from 255) = 23.21%
BLUE value IS 116 (45.70% from 255) = 51.79%
R=25%
G=23.21%
B=51.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56521160.520.5500.55243.7538.132.94
Hex3834743437037f42621
Octal706416464670673644641
Binary1110001101001110100110100110111011011111110100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383474; }

 p { color: rgb(56,52,116); }

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

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

 a { background-color: rgb(56,52,116); }

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

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

 span { border-color: rgb(56,52,116); }

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