#384668

Color #384668 Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #384668

Tints of Port Gore #384668

Color information

#384668 (or 0x384668) is unknown color: approx Port Gore. HEX triplet: 38, 46 and 68. RGB value is (56,70,104). Sum of RGB (Red+Green+Blue) = 56+70+104=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #384668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384668 is #C7B997. Grayscale: #454545. Windows color (decimal): -13089176 or 6833720. OLE color: 6833720.

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

Color convert

RGB5670104-
CMYK0.460.3300.59
HSL222.5º30%31.37%-
HSV(B)222.5º46.15%40.78%-
XYZ6.326.2213.96-
YUV69.69147.36118.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 104 (41.02% from 255) = 45.22%
R=24.35%
G=30.43%
B=45.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56701040.460.3300.59222.53031.37
Hex3846682E2103Bde1e1f
Octal7010615056410733363637
Binary111000100011011010001011101000010111011110111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384668; }

 p { color: rgb(56,70,104); }

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

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

 a { background-color: rgb(56,70,104); }

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

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

 span { border-color: rgb(56,70,104); }

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