#383277

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

Shades of Deep Koamaru #383277

Tints of Deep Koamaru #383277

Color information

#383277 (or 0x383277) is unknown color: approx Deep Koamaru. HEX triplet: 38, 32 and 77. RGB value is (56,50,119). Sum of RGB (Red+Green+Blue) = 56+50+119=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #383277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383277 is #C7CD88. Grayscale: #3B3B3B. Windows color (decimal): -13094281 or 7811640. OLE color: 7811640.

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

Color convert

RGB5650119-
CMYK0.530.5800.53
HSL245.22º40.83%33.14%-
HSV(B)245.22º57.98%46.67%-
XYZ6.14.4517.99-
YUV59.66161.49125.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=24.89%
G=22.22%
B=52.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56501190.530.5800.53245.2240.8333.14
Hex383277353A035f52921
Octal706216765720653655141
Binary1110001100101110111110101111010011010111110101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383277; }

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

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

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

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

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

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

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

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