#383762

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

Shades of Deep Koamaru #383762

Tints of Deep Koamaru #383762

Color information

#383762 (or 0x383762) is unknown color: approx Deep Koamaru. HEX triplet: 38, 37 and 62. RGB value is (56,55,98). Sum of RGB (Red+Green+Blue) = 56+55+98=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #383762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383762 is #C7C89D. Grayscale: #3C3C3C. Windows color (decimal): -13093022 or 6436664. OLE color: 6436664.

HSL color Cylindrical-coordinate representation of color #383762: hue angle of 241.4º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #383762 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB565598-
CMYK0.430.4400.62
HSL241.4º28.1%30%-
HSV(B)241.4º43.88%38.43%-
XYZ5.24.4512.14-
YUV60.2149.33125-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 98 (38.67% from 255) = 46.89%
R=26.79%
G=26.32%
B=46.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5655980.430.4400.62241.428.130
Hex3837622B2C03Ef11c1e
Octal706714253540763613436
Binary11100011011111000101010111011000111110111100011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383762; }

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

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

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

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

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

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

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

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