#383561

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

Shades of Deep Koamaru #383561

Tints of Deep Koamaru #383561

Color information

#383561 (or 0x383561) is unknown color: approx Deep Koamaru. HEX triplet: 38, 35 and 61. RGB value is (56,53,97). Sum of RGB (Red+Green+Blue) = 56+53+97=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #383561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383561 is #C7CA9E. Grayscale: #3A3A3A. Windows color (decimal): -13093535 or 6370616. OLE color: 6370616.

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

Color convert

RGB565397-
CMYK0.420.4500.62
HSL244.09º29.33%29.41%-
HSV(B)244.09º45.36%38.04%-
XYZ5.064.2511.86-
YUV58.91149.49125.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 53 (21.09% from 255) = 25.73%
BLUE value IS 97 (38.28% from 255) = 47.09%
R=27.18%
G=25.73%
B=47.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5653970.420.4500.62244.0929.3329.41
Hex3835612A2D03Ef41d1d
Octal706514152550763643535
Binary11100011010111000011010101011010111110111101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383561; }

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

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

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

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

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

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

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

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