#383077

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

Shades of Deep Koamaru #383077

Tints of Deep Koamaru #383077

Color information

#383077 (or 0x383077) is unknown color: approx Deep Koamaru. HEX triplet: 38, 30 and 77. RGB value is (56,48,119). Sum of RGB (Red+Green+Blue) = 56+48+119=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #383077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383077 is #C7CF88. Grayscale: #3A3A3A. Windows color (decimal): -13094793 or 7811128. OLE color: 7811128.

HSL color Cylindrical-coordinate representation of color #383077: hue angle of 246.76º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #383077 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5648119-
CMYK0.530.6000.53
HSL246.76º42.51%32.75%-
HSV(B)246.76º59.66%46.67%-
XYZ6.024.2917.96-
YUV58.49162.15126.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.11%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 119 (46.88% from 255) = 53.36%
R=25.11%
G=21.52%
B=53.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56481190.530.6000.53246.7642.5132.75
Hex383077353C035f72b21
Octal706016765740653675341
Binary1110001100001110111110101111100011010111110111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383077; }

 p { color: rgb(56,48,119); }

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

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

 a { background-color: rgb(56,48,119); }

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

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

 span { border-color: rgb(56,48,119); }

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