#383661

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

Shades of Deep Koamaru #383661

Tints of Deep Koamaru #383661

Color information

#383661 (or 0x383661) is unknown color: approx Deep Koamaru. HEX triplet: 38, 36 and 61. RGB value is (56,54,97). Sum of RGB (Red+Green+Blue) = 56+54+97=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #383661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383661 is #C7C99E. Grayscale: #3B3B3B. Windows color (decimal): -13093279 or 6370872. OLE color: 6370872.

HSL color Cylindrical-coordinate representation of color #383661: hue angle of 242.79º 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 #383661 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB565497-
CMYK0.420.4400.62
HSL242.79º28.48%29.61%-
HSV(B)242.79º44.33%38.04%-
XYZ5.114.3411.88-
YUV59.5149.16125.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 97 (38.28% from 255) = 46.86%
R=27.05%
G=26.09%
B=46.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5654970.420.4400.62242.7928.4829.61
Hex3836612A2C03Ef31c1e
Octal706614152540763633436
Binary11100011011011000011010101011000111110111100111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383661; }

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

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

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

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

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

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

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

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