#384272

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

Shades of Port Gore #384272

Tints of Port Gore #384272

Color information

#384272 (or 0x384272) is unknown color: approx Port Gore. HEX triplet: 38, 42 and 72. RGB value is (56,66,114). Sum of RGB (Red+Green+Blue) = 56+66+114=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #384272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384272 is #C7BD8D. Grayscale: #444444. Windows color (decimal): -13090190 or 7488056. OLE color: 7488056.

HSL color Cylindrical-coordinate representation of color #384272: hue angle of 229.66º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #384272 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5666114-
CMYK0.510.4200.55
HSL229.66º34.12%33.33%-
HSV(B)229.66º50.88%44.71%-
XYZ6.625.9516.72-
YUV68.48153.69119.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 114 (44.92% from 255) = 48.31%
R=23.73%
G=27.97%
B=48.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56661140.510.4200.55229.6634.1233.33
Hex384272332A037e62221
Octal7010216263520673464241
Binary11100010000101110010110011101010011011111100110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384272; }

 p { color: rgb(56,66,114); }

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

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

 a { background-color: rgb(56,66,114); }

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

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

 span { border-color: rgb(56,66,114); }

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