#383674

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

Shades of Deep Koamaru #383674

Tints of Deep Koamaru #383674

Color information

#383674 (or 0x383674) is unknown color: approx Deep Koamaru. HEX triplet: 38, 36 and 74. RGB value is (56,54,116). Sum of RGB (Red+Green+Blue) = 56+54+116=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #383674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383674 is #C7C98B. Grayscale: #3D3D3D. Windows color (decimal): -13093260 or 7616056. OLE color: 7616056.

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

Color convert

RGB5654116-
CMYK0.520.5300.55
HSL241.94º36.47%33.33%-
HSV(B)241.94º53.45%45.49%-
XYZ6.14.7417.12-
YUV61.67158.66123.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 54 (21.48% from 255) = 23.89%
BLUE value IS 116 (45.70% from 255) = 51.33%
R=24.78%
G=23.89%
B=51.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56541160.520.5300.55241.9436.4733.33
Hex3836743435037f22421
Octal706616464650673624441
Binary1110001101101110100110100110101011011111110010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383674; }

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

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

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

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

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

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

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

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