#383967

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

Shades of Deep Koamaru #383967

Tints of Deep Koamaru #383967

Color information

#383967 (or 0x383967) is unknown color: approx Deep Koamaru. HEX triplet: 38, 39 and 67. RGB value is (56,57,103). Sum of RGB (Red+Green+Blue) = 56+57+103=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #383967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383967 is #C7C698. Grayscale: #3D3D3D. Windows color (decimal): -13092505 or 6764856. OLE color: 6764856.

HSL color Cylindrical-coordinate representation of color #383967: hue angle of 238.72º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #383967 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5657103-
CMYK0.460.4500.60
HSL238.72º29.56%31.18%-
HSV(B)238.72º45.63%40.39%-
XYZ5.544.7513.46-
YUV61.94151.17123.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 103 (40.62% from 255) = 47.69%
R=25.93%
G=26.39%
B=47.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56571030.460.4500.60238.7229.5631.18
Hex3839672E2D03Cef1e1f
Octal707114756550743573637
Binary11100011100111001111011101011010111100111011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383967; }

 p { color: rgb(56,57,103); }

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

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

 a { background-color: rgb(56,57,103); }

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

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

 span { border-color: rgb(56,57,103); }

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