#38456D

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

Shades of Port Gore #38456D

Tints of Port Gore #38456D

Color information

#38456D (or 0x38456D) is unknown color: approx Port Gore. HEX triplet: 38, 45 and 6D. RGB value is (56,69,109). Sum of RGB (Red+Green+Blue) = 56+69+109=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #38456D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38456D is #C7BA92. Grayscale: #454545. Windows color (decimal): -13089427 or 7161144. OLE color: 7161144.

HSL color Cylindrical-coordinate representation of color #38456D: hue angle of 225.28º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38456D is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5669109-
CMYK0.490.3700.57
HSL225.28º32.12%32.35%-
HSV(B)225.28º48.62%42.75%-
XYZ6.526.215.32-
YUV69.67150.19118.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 109 (42.97% from 255) = 46.58%
R=23.93%
G=29.49%
B=46.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56691090.490.3700.57225.2832.1232.35
Hex38456D3125039e12020
Octal7010515561450713414040
Binary11100010001011101101110001100101011100111100001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38456D; }

 p { color: rgb(56,69,109); }

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

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

 a { background-color: rgb(56,69,109); }

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

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

 span { border-color: rgb(56,69,109); }

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