#384369

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

Shades of Port Gore #384369

Tints of Port Gore #384369

Color information

#384369 (or 0x384369) is unknown color: approx Port Gore. HEX triplet: 38, 43 and 69. RGB value is (56,67,105). Sum of RGB (Red+Green+Blue) = 56+67+105=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #384369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384369 is #C7BC96. Grayscale: #434343. Windows color (decimal): -13089943 or 6898488. OLE color: 6898488.

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

Color convert

RGB5667105-
CMYK0.470.3600.59
HSL226.53º30.43%31.57%-
HSV(B)226.53º46.67%41.18%-
XYZ6.195.8714.17-
YUV68.04148.86119.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 67 (26.56% from 255) = 29.39%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=24.56%
G=29.39%
B=46.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56671050.470.3600.59226.5330.4331.57
Hex3843692F2403Be31e20
Octal7010315157440733433640
Binary1110001000011110100110111110010001110111110001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384369; }

 p { color: rgb(56,67,105); }

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

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

 a { background-color: rgb(56,67,105); }

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

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

 span { border-color: rgb(56,67,105); }

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