#38466A

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

Shades of Port Gore #38466A

Tints of Port Gore #38466A

Color information

#38466A (or 0x38466A) is unknown color: approx Port Gore. HEX triplet: 38, 46 and 6A. RGB value is (56,70,106). Sum of RGB (Red+Green+Blue) = 56+70+106=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 106 - color contains mainly: blue. Hex color #38466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38466A is #C7B995. Grayscale: #454545. Windows color (decimal): -13089174 or 6964792. OLE color: 6964792.

HSL color Cylindrical-coordinate representation of color #38466A: hue angle of 223.2º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38466A is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5670106-
CMYK0.470.3400.58
HSL223.2º30.86%31.76%-
HSV(B)223.2º47.17%41.57%-
XYZ6.426.2614.51-
YUV69.92148.36118.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 106 (41.80% from 255) = 45.69%
R=24.14%
G=30.17%
B=45.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56701060.470.3400.58223.230.8631.76
Hex38466A2F2203Adf1f20
Octal7010615257420723373740
Binary1110001000110110101010111110001001110101101111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38466A; }

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

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

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

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

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

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

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

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